We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0768685 commit e15d722Copy full SHA for e15d722
doc/python/pandas-backend.md
@@ -55,7 +55,7 @@ import pandas as pd
55
pd.options.plotting.backend = "plotly"
56
57
df = pd.DataFrame(dict(a=[1,3,2], b=[3,2,1]))
58
-fig = df.plot(title=dict(text="Pandas Backend Example"), template="simple_white",
+fig = df.plot(title="Pandas Backend Example", template="simple_white",
59
labels=dict(index="time", value="money", variable="option"))
60
fig.update_yaxes(tickprefix="$")
61
fig.show()
0 commit comments