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 6c6fe87

Browse filesBrowse files
authored
Merge pull request plotly#541 from plotly/trisurf-facecolor-failure
Udpated colors in facecolor
2 parents 06a46fa + 1ad06ad commit 6c6fe87
Copy full SHA for 6c6fe87

File tree

Expand file treeCollapse file tree

1 file changed

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

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.