Skip to content

Commit 0d00576

Browse files
Update multiple-axes.md
1 parent fb84bc5 commit 0d00576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/python/multiple-axes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.2
2424
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.
2626
display_as: file_settings
2727
language: python
2828
layout: base
@@ -225,4 +225,4 @@ fig.show()
225225
```
226226

227227
#### 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

Comments
 (0)