Skip to content

Commit ec0e692

Browse files
author
“mahdis-z”
committed
modiy links
1 parent 8d86e37 commit ec0e692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/figure-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fig.show()
6767
```
6868

6969
### Align Plot Title
70-
The following example shows how to align the plot title in [layout.title](https://plot.ly/python/reference/#layout-title). [x] sets the x position with respect to [xref](https://plot.ly/python/reference/#layout-title-xref) from "0" (left) to "1" (right), and [y](https://plot.ly/python/reference/#layout-title-y) sets the y position with respect to [yref](https://plot.ly/python/reference/#layout-title-yref) from "0" (bottom) to "1" (top). Moreover, you can define [xanchor](https://plot.ly/python/reference/#layout-title-xanchor) to `left`,`right`, or `center` for setting the title's horizontal alignment with respect to its x position, and/or [yanchor](https://plot.ly/python/reference/#layout-title-yanchor) to `top`, `bottom`, or `middle` for setting the title's vertical alignment with respect to its y position.
70+
The following example shows how to align the plot title in [layout.title](https://plot.ly/python/reference/#layout-title). `x` sets the x position with respect to `xref` from "0" (left) to "1" (right), and `y` sets the y position with respect to `yref` from "0" (bottom) to "1" (top). Moreover, you can define `xanchor` to `left`,`right`, or `center` for setting the title's horizontal alignment with respect to its x position, and/or `yanchor` to `top`, `bottom`, or `middle` for setting the title's vertical alignment with respect to its y position.
7171

7272
```python
7373
import plotly.graph_objects as go

0 commit comments

Comments
 (0)