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.
2 parents 707fb29 + b164c73 commit 81fe0bdCopy full SHA for 81fe0bd
doc/python/shapes.md
@@ -851,7 +851,7 @@ fig.add_shape(
851
x1=5,
852
y1=3,
853
line_width=3,
854
- label=dict(text="Label padding of 30", padding=30),
+ label=dict(text="Label padding of 30px", padding=30),
855
)
856
857
fig.add_shape(
@@ -862,7 +862,7 @@ fig.add_shape(
862
x1=2,
863
864
865
- label=dict(text="No label padding"),
+ label=dict(text="Default label padding of 3px"),
866
867
868
fig.show()
0 commit comments