We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef82c93 commit 67a5eaaCopy full SHA for 67a5eaa
doc/python/shapes.md
@@ -639,7 +639,7 @@ fig.show()
639
```
640
641
#### Adding Shapes to Subplots
642
-
+Here we use the different axes (`x1`, `x2`) created by `make_subplots` as reference in order to draw shapes in figure subplots.
643
```python
644
import plotly.graph_objects as go
645
from plotly.subplots import make_subplots
0 commit comments