Skip to content

Commit ff43b73

Browse files
committed
Update legend.md
1 parent c90fd1d commit ff43b73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/python/legend.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,7 @@ fig.show()
640640

641641
### Positioning Legends
642642

643-
*New in 5.15*
644-
645-
In the previous example, we position the second legend by specifying x and y values. By default, these values are based on the width and height of the plot area. It is also possible to specify values that reference the container width and height by setting "xref=container" and "yref="container" (the default values are "xref=paper" and "yref="paper"). When set to "container", the margin grows so the legend and plot don't overlap.
643+
In the previous example, we position the second legend by specifying x and y values. By default, these values are based on the width and height of the plot area. It is also possible to specify values that reference the container width and height by setting "xref=container" and "yref="container" (the default values are "xref=paper" and "yref="paper"). When set to "container", the margin grows so the legend and plot don't overlap.
646644

647645
```python
648646
import plotly.graph_objects as go

0 commit comments

Comments
 (0)