File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1865,11 +1865,11 @@ def test_boxplot(self):
18651865 axes = _check_plot_works (df .plot , kind = 'box' ,
18661866 subplots = True , logy = True )
18671867
1868- self ._check_axes_shape (axes , axes_num = 3 , layout = (1 , 3 ))
1869- self ._check_ax_scales (axes , yaxis = 'log' )
1870- for ax , label in zip (axes , labels ):
1871- self ._check_text_labels (ax .get_xticklabels (), [label ])
1872- self .assertEqual (len (ax .lines ), self .bp_n_objects )
1868+ self ._check_axes_shape (axes , axes_num = 3 , layout = (1 , 3 ))
1869+ self ._check_ax_scales (axes , yaxis = 'log' )
1870+ for ax , label in zip (axes , labels ):
1871+ self ._check_text_labels (ax .get_xticklabels (), [label ])
1872+ self .assertEqual (len (ax .lines ), self .bp_n_objects )
18731873
18741874 axes = series .plot (kind = 'box' , rot = 40 )
18751875 self ._check_ticks_props (axes , xrot = 40 , yrot = 0 )
You can’t perform that action at this time.
0 commit comments