plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
Other
363 stars 36 forks source link

write_image not support utf-8 #163

Closed Liripo closed 1 year ago

Liripo commented 1 year ago
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

Liripo commented 1 year ago

My problem, there is no corresponding font installed