Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81fe0bd

Browse filesBrowse files
committed
Merge branch 'march-docs' of https://github.com/plotly/plotly.py into march-docs
2 parents 707fb29 + b164c73 commit 81fe0bd
Copy full SHA for 81fe0bd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/python/shapes.md

Copy file name to clipboardExpand all lines: doc/python/shapes.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ fig.add_shape(
851851
x1=5,
852852
y1=3,
853853
line_width=3,
854-
label=dict(text="Label padding of 30", padding=30),
854+
label=dict(text="Label padding of 30px", padding=30),
855855
)
856856

857857
fig.add_shape(
@@ -862,7 +862,7 @@ fig.add_shape(
862862
x1=2,
863863
y1=3,
864864
line_width=3,
865-
label=dict(text="No label padding"),
865+
label=dict(text="Default label padding of 3px"),
866866
)
867867

868868
fig.show()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.