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
Copy file name to clipboardExpand all lines: notebooks/creating-updating-figures.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ pio.show(fig)
48
48
49
49
The value of the top-level`"data"` key is a list of trace specifications. Each trace specification has a special`"type"` key that indicates the trace type that is being defined (e.g. a`"bar"`,`"scatter"`,`"contour"`, etc.). The rest of the keys in the trace specification are used to configure the properties of the trace of this type.
50
50
51
-
The value of the top-level`"layout"` key is a dictionary that specifies the properties of the figure's layout. In contrast to trace configuration options that apply to individual traces, the layout configuration options apply to the figure as a whole.
51
+
The value of the top-level`"layout"` key is a dictionary that specifies the properties of the figure's layout. In contrast to trace configuration options that apply to individual traces, the layout configuration options apply to the figure as a whole, customizing items like the axes, annotations, shapes, legend, and more.
52
52
53
53
The[*Full Reference*](https://plot.ly/python/reference/) page contains descriptions of all of the supported trace and layout options.