Skip to content

Commit 6cb115c

Browse files
authored
Update doc/python/colorscales.md
1 parent ff0a454 commit 6cb115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/colorscales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ fig.show()
636636

637637
Colorbars can be positioned by specifying x and y coordinates. By default, the x and y values are "paper" coordinates, which refer to the plot area. You can also use coordinates based on the "container" by setting `xref="container"` or `yref="container"`. The following example uses a container reference for the x position.
638638

639-
See the positioning section of the [the figure data structure page](/python/figure-structure/#positioning-with-paper-container-coordinates-or-axis-___domain-coordinates) for more details on "paper" vs "container" coordinates.
639+
See the positioning section of [the figure data structure page](/python/figure-structure/#positioning-with-paper-container-coordinates-or-axis-___domain-coordinates) for more details on "paper" vs "container" coordinates.
640640

641641
```python
642642
import plotly.graph_objects as go

0 commit comments

Comments
 (0)