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 d80f975

Browse filesBrowse files
authored
Update packages/python/plotly/plotly/_subplots.py
1 parent 2198872 commit d80f975
Copy full SHA for d80f975

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

‎packages/python/plotly/plotly/_subplots.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/_subplots.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,15 +711,15 @@ def _check_hv_spacing(dimsize, spacing, name, dimvarname, dimname):
711711
else:
712712
raise Exception(
713713
"A combination of the 'b' values, heights, and "
714-
"number of subplots too large for this subplot gird."
714+
"number of subplots too large for this subplot grid."
715715
)
716716
if y_e > 1.0:
717717
if y_e < 1.01:
718718
y_e = 1.0
719719
else:
720720
raise Exception(
721721
"A combination of the 't' values, heights, and "
722-
"number of subplots too large for this subplot gird."
722+
"number of subplots too large for this subplot grid."
723723
)
724724

725725
y_domain = [y_s, y_e]

0 commit comments

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