plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

write_image not support utf-8

Liripo opened this issue · comments

commented
import plotly.express as px
fig = px.scatter(px.data.iris(), title = "中文",x="sepal_length", y="sepal_width", color="species")

fig.write_image("figure.png", engine="kaleido")

image

commented

My problem, there is no corresponding font installed