We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b92cbf3 + 6c6fe87 commit 2c02dd4Copy full SHA for 2c02dd4
plotly/tests/test_optional/test_figure_factory.py
@@ -843,14 +843,14 @@ def test_trisurf_all_args(self):
843
844
exp_trisurf_plot = {
845
'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)',
+ ['rgb(144.0, 94.5, 132.0)',
+ 'rgb(23.0, 190.0, 207.0)',
+ 'rgb(144.0, 94.5, 132.0)',
849
'rgb(31.0, 119.0, 180.0)',
850
851
852
853
- 'rgb(29.0, 190.0, 201.0)'],
+ 'rgb(23.0, 190.0, 207.0)']
854
),
855
'i': np.array([3, 1, 1, 5, 7, 3, 5, 7]),
856
'j': np.array([1, 3, 5, 1, 3, 7, 7, 5]),
0 commit comments