From 1ad06adc437a07c691fd0f949068354130944a82 Mon Sep 17 00:00:00 2001 From: Adam Kulidjian Date: Mon, 15 Aug 2016 16:48:00 -0400 Subject: [PATCH] udpated colors in facecolor --- plotly/tests/test_optional/test_figure_factory.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plotly/tests/test_optional/test_figure_factory.py b/plotly/tests/test_optional/test_figure_factory.py index f8fcafcd947..22e6f922845 100644 --- a/plotly/tests/test_optional/test_figure_factory.py +++ b/plotly/tests/test_optional/test_figure_factory.py @@ -843,14 +843,14 @@ def test_trisurf_all_args(self): exp_trisurf_plot = { 'data': [{'facecolor': np.array( - ['rgb(145.0, 96.0, 143.0)', - 'rgb(29.0, 190.0, 201.0)', - '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)', 'rgb(31.0, 119.0, 180.0)', - 'rgb(145.0, 96.0, 143.0)', + 'rgb(144.0, 94.5, 132.0)', 'rgb(31.0, 119.0, 180.0)', - 'rgb(145.0, 96.0, 143.0)', - 'rgb(29.0, 190.0, 201.0)'], + 'rgb(144.0, 94.5, 132.0)', + 'rgb(23.0, 190.0, 207.0)'] ), 'i': np.array([3, 1, 1, 5, 7, 3, 5, 7]), 'j': np.array([1, 3, 5, 1, 3, 7, 7, 5]),