Skip to content

Commit 8bd1f53

Browse files
committed
as described below
1 parent 51ed6f4 commit 8bd1f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/creating-updating-figures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ As an alternative to working with Python dictionaries, plotly.py provides a hier
5858

5959
1. Graph objects provide precise data validation. So if you provide an invalid property name or an invalid property value, an exception will be raised with a helpful error message describing the problem.
6060
2. Graph objects contain descriptions of each property as Python docstrings. You can use these docstrings to learn about the available properties as an alternative to consulting the *Full Reference*.
61-
3. Graph objects support higher-level convenience functions for making updates to already constructed figures.
61+
3. Graph objects support higher-level convenience functions for making updates to already constructed figures, as described below.
6262

6363
Graph objects are stored in a hierarchy of modules under the `plotly.graph_objects` package. Here is an example of one way that the figure above could be constructed using graph objects.
6464

0 commit comments

Comments
 (0)