@@ -689,14 +689,14 @@ def test_trisurf_all_args(self):
689
689
exp_trisurf_plot = {
690
690
'data' : [
691
691
{
692
- 'facecolor' : ['rgb(143.0, 123.0, 97.000000000000014 )' ,
693
- 'rgb(255.0, 127.0, 14.000000000000007 )' ,
694
- 'rgb(143.0, 123.0, 97.000000000000014 )' ,
692
+ 'facecolor' : ['rgb(143.0, 123.0, 97.0 )' ,
693
+ 'rgb(255.0, 127.0, 14.0 )' ,
694
+ 'rgb(143.0, 123.0, 97.0 )' ,
695
695
'rgb(31.0, 119.0, 180.0)' ,
696
- 'rgb(143.0, 123.0, 97.000000000000014 )' ,
696
+ 'rgb(143.0, 123.0, 97.0 )' ,
697
697
'rgb(31.0, 119.0, 180.0)' ,
698
- 'rgb(143.0, 123.0, 97.000000000000014 )' ,
699
- 'rgb(255.0, 127.0, 14.000000000000007 )' ],
698
+ 'rgb(143.0, 123.0, 97.0 )' ,
699
+ 'rgb(255.0, 127.0, 14.0 )' ],
700
700
'i' : [3 , 1 , 1 , 5 , 7 , 3 , 5 , 7 ],
701
701
'j' : [1 , 3 , 5 , 1 , 3 , 7 , 7 , 5 ],
702
702
'k' : [4 , 0 , 4 , 2 , 4 , 6 , 4 , 8 ],
@@ -753,6 +753,17 @@ def test_trisurf_all_args(self):
753
753
self .assert_dict_equal (test_trisurf_plot ['data' ][1 ],
754
754
exp_trisurf_plot ['data' ][1 ])
755
755
756
+ def test_optimize_trisurf (self ):
757
+
758
+ # check that trisurf will give warnings if the plotting will take
759
+ # a long time
760
+
761
+ pass
762
+
763
+
764
+
765
+
766
+
756
767
757
768
class TestScatterPlotMatrix (NumpyTestUtilsMixin , TestCase ):
758
769
0 commit comments