@@ -803,24 +803,28 @@ def test_scatter_plot_matrix_kwargs(self):
803
803
804
804
exp_scatter_plot_matrix = {
805
805
'data' : [{'marker' : {'color' : 'rgb(128.0, 0.0, 38.0)' },
806
- 'showlegend' : False ,
807
- 'type' : 'histogram' ,
808
- 'x' : [2 , - 15 , - 2 , 0 ],
809
- 'xaxis' : 'x1' ,
810
- 'yaxis' : 'y1' },
811
- {'marker' : {'color' : 'rgb(255.0, 255.0, 204.0)' },
812
- 'showlegend' : False ,
813
- 'type' : 'histogram' ,
814
- 'x' : [6 , 5 ],
815
- 'xaxis' : 'x1' ,
816
- 'yaxis' : 'y1' }],
817
- 'layout' : {'barmode' : 'stack' ,
818
- 'height' : 1000 ,
819
- 'showlegend' : True ,
820
- 'title' : 'Scatterplot Matrix' ,
821
- 'width' : 1000 ,
822
- 'xaxis1' : {'anchor' : 'y1' , '___domain' : [0.0 , 1.0 ], 'title' : 'Numbers' },
823
- 'yaxis1' : {'anchor' : 'x1' , '___domain' : [0.0 , 1.0 ], 'title' : 'Numbers' }}
806
+ 'showlegend' : False ,
807
+ 'type' : 'histogram' ,
808
+ 'x' : [2 , - 15 , - 2 , 0 ],
809
+ 'xaxis' : 'x1' ,
810
+ 'yaxis' : 'y1' },
811
+ {'marker' : {'color' : 'rgb(255.0, 255.0, 204.0)' },
812
+ 'showlegend' : False ,
813
+ 'type' : 'histogram' ,
814
+ 'x' : [6 , 5 ],
815
+ 'xaxis' : 'x1' ,
816
+ 'yaxis' : 'y1' }],
817
+ 'layout' : {'barmode' : 'stack' ,
818
+ 'height' : 1000 ,
819
+ 'showlegend' : True ,
820
+ 'title' : 'Scatterplot Matrix' ,
821
+ 'width' : 1000 ,
822
+ 'xaxis1' : {'anchor' : 'y1' ,
823
+ '___domain' : [0.0 , 1.0 ],
824
+ 'title' : 'Numbers' },
825
+ 'yaxis1' : {'anchor' : 'x1' ,
826
+ '___domain' : [0.0 , 1.0 ],
827
+ 'title' : 'Numbers' }}
824
828
}
825
829
826
830
self .assert_dict_equal (test_scatter_plot_matrix ['data' ][0 ],
0 commit comments