Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c6fe87

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plotly/tests/test_optional/test_figure_factory.py

Lines 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)