zoltek2
Results
1
issues of
zoltek2
plotly[express, kaleido] v6.5.0 jupyter v1.1.1 winver: 25H2 chrome: v142.0.7444.176 Simple example in jupyter: ``` import plotly.express as px data_canada = px.data.gapminder().query("country == 'Canada'") fig = px.bar(data_canada, x='year', y='pop') fig.show() fig.write_image('fig.svg')...