DEBSOURCES
Skip Quicknav
sources / markdown-exec / 1.10.3-1 / docs / snippets / gallery / plotly.py
1234
import plotly.express as px fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2]) print(fig.to_html(full_html=False, include_plotlyjs="cdn"))