Skip to content

Commit 46f0d51

Browse files
committed
graph_objs -> graph_objects
1 parent 3894c44 commit 46f0d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ for template in ["plotly", "plotly_white", "plotly_dark", "ggplot2", "seaborn",
6262
The theme for a particular graph object figure can be specified by setting the `template` property of the figure's `layout` to the name of a registered theme. Here is an example of constructing a surface plot and then displaying it with each of five themes.
6363

6464
```python
65-
import plotly.graph_objs as go
65+
import plotly.graph_objects as go
6666
import pandas as pd
6767

6868
z_data = pd.read_csv("https://raw.githubusercontent.com/plotly/datasets/master/api_docs/mt_bruno_elevation.csv")

0 commit comments

Comments
 (0)