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 2c02dd4

Browse filesBrowse files
committed
Merge branch 'master' into offline-fix
2 parents b92cbf3 + 6c6fe87 commit 2c02dd4
Copy full SHA for 2c02dd4

File tree

1 file changed

+6
-6
lines changed
Filter options

1 file changed

+6
-6
lines changed

‎plotly/tests/test_optional/test_figure_factory.py

Copy file name to clipboardExpand all lines: plotly/tests/test_optional/test_figure_factory.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -843,14 +843,14 @@ def test_trisurf_all_args(self):
843843

844844
exp_trisurf_plot = {
845845
'data': [{'facecolor': np.array(
846-
['rgb(145.0, 96.0, 143.0)',
847-
'rgb(29.0, 190.0, 201.0)',
848-
'rgb(145.0, 96.0, 143.0)',
846+
['rgb(144.0, 94.5, 132.0)',
847+
'rgb(23.0, 190.0, 207.0)',
848+
'rgb(144.0, 94.5, 132.0)',
849849
'rgb(31.0, 119.0, 180.0)',
850-
'rgb(145.0, 96.0, 143.0)',
850+
'rgb(144.0, 94.5, 132.0)',
851851
'rgb(31.0, 119.0, 180.0)',
852-
'rgb(145.0, 96.0, 143.0)',
853-
'rgb(29.0, 190.0, 201.0)'],
852+
'rgb(144.0, 94.5, 132.0)',
853+
'rgb(23.0, 190.0, 207.0)']
854854
),
855855
'i': np.array([3, 1, 1, 5, 7, 3, 5, 7]),
856856
'j': np.array([1, 3, 5, 1, 3, 7, 7, 5]),

0 commit comments

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