You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i am trying to export a plotly graph with kaleido as an engine...But after more than an hour on this simple code, it still runs without creating my graph.
I have installed 0.2.1 Kaleido's version and i am using plotly 6.0.1 and python 3.13.
Any idea ?
import plotly.express as px
df = px.data.iris()
fig = px.scatter(df,
x="sepal_width",
y="sepal_length",
color="species",
title="Exemple de graphique Plotly avec export Kaleido")
# Export de l'image au format PNG avec Kaleido
fig.write_image("graphique_test.png", width=800, height=500, engine="kaleido")
print("Graphique exporté avec succès sous 'graphique_test.png'")
The text was updated successfully, but these errors were encountered:
Hi,
i am trying to export a plotly graph with kaleido as an engine...But after more than an hour on this simple code, it still runs without creating my graph.
I have installed 0.2.1 Kaleido's version and i am using plotly 6.0.1 and python 3.13.
Any idea ?
The text was updated successfully, but these errors were encountered: