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: doc/python/multiple-axes.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jupyter:
22
22
pygments_lexer: ipython3
23
23
version: 3.7.2
24
24
plotly:
25
-
description: How to make a graph with multiple axes in python.
25
+
description: How to make a graph with multiple axes (dual y-axis plots, plots with secondary axes) in python.
26
26
display_as: file_settings
27
27
language: python
28
28
layout: base
@@ -225,4 +225,4 @@ fig.show()
225
225
```
226
226
227
227
#### Reference
228
-
All of the y-axis properties are found here: https://plotly.com/python/reference/#YAxis. For more information on creating subplots see the [Subplots in Python](/python/subplots/) section.
228
+
All of the y-axis properties are found here: https://plotly.com/python/reference/#YAxis. For more information on creating subplots see the [Subplots in Python](/python/subplots/) section.
0 commit comments