Skip to content

Commit 7d42ffe

Browse files
Merge master's whitespace changes
1 parent bf4cd97 commit 7d42ffe

File tree

52 files changed

+210
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+210
-210
lines changed

packages/python/plotly/_plotly_utils/basevalidators.py

Lines changed: 157 additions & 157 deletions
Large diffs are not rendered by default.

packages/python/plotly/plotly/graph_objs/_choropleth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def colorscale(self):
368368
Many predefined colorscale lists are included in the sequential, diverging,
369369
and cyclical modules in the plotly.colors package.
370370
- A list of 2-element lists where the first element is the
371-
normalized color level value (starting at 0 and ending at 1),
371+
normalized color level value (starting at 0 and ending at 1),
372372
and the second item is a valid color string.
373373
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
374374
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_choroplethmapbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def colorscale(self):
393393
Many predefined colorscale lists are included in the sequential, diverging,
394394
and cyclical modules in the plotly.colors package.
395395
- A list of 2-element lists where the first element is the
396-
normalized color level value (starting at 0 and ending at 1),
396+
normalized color level value (starting at 0 and ending at 1),
397397
and the second item is a valid color string.
398398
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
399399
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_cone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def colorscale(self):
485485
Many predefined colorscale lists are included in the sequential, diverging,
486486
and cyclical modules in the plotly.colors package.
487487
- A list of 2-element lists where the first element is the
488-
normalized color level value (starting at 0 and ending at 1),
488+
normalized color level value (starting at 0 and ending at 1),
489489
and the second item is a valid color string.
490490
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
491491
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def colorscale(self):
411411
Many predefined colorscale lists are included in the sequential, diverging,
412412
and cyclical modules in the plotly.colors package.
413413
- A list of 2-element lists where the first element is the
414-
normalized color level value (starting at 0 and ending at 1),
414+
normalized color level value (starting at 0 and ending at 1),
415415
and the second item is a valid color string.
416416
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
417417
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_contourcarpet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def colorscale(self):
589589
Many predefined colorscale lists are included in the sequential, diverging,
590590
and cyclical modules in the plotly.colors package.
591591
- A list of 2-element lists where the first element is the
592-
normalized color level value (starting at 0 and ending at 1),
592+
normalized color level value (starting at 0 and ending at 1),
593593
and the second item is a valid color string.
594594
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
595595
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_densitymapbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def colorscale(self):
392392
Many predefined colorscale lists are included in the sequential, diverging,
393393
and cyclical modules in the plotly.colors package.
394394
- A list of 2-element lists where the first element is the
395-
normalized color level value (starting at 0 and ending at 1),
395+
normalized color level value (starting at 0 and ending at 1),
396396
and the second item is a valid color string.
397397
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
398398
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_heatmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def colorscale(self):
386386
Many predefined colorscale lists are included in the sequential, diverging,
387387
and cyclical modules in the plotly.colors package.
388388
- A list of 2-element lists where the first element is the
389-
normalized color level value (starting at 0 and ending at 1),
389+
normalized color level value (starting at 0 and ending at 1),
390390
and the second item is a valid color string.
391391
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
392392
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_heatmapgl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def colorscale(self):
367367
Many predefined colorscale lists are included in the sequential, diverging,
368368
and cyclical modules in the plotly.colors package.
369369
- A list of 2-element lists where the first element is the
370-
normalized color level value (starting at 0 and ending at 1),
370+
normalized color level value (starting at 0 and ending at 1),
371371
and the second item is a valid color string.
372372
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
373373
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_histogram2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def colorscale(self):
449449
Many predefined colorscale lists are included in the sequential, diverging,
450450
and cyclical modules in the plotly.colors package.
451451
- A list of 2-element lists where the first element is the
452-
normalized color level value (starting at 0 and ending at 1),
452+
normalized color level value (starting at 0 and ending at 1),
453453
and the second item is a valid color string.
454454
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
455455
- One of the following named colorscales:

0 commit comments

Comments
 (0)