@@ -5043,7 +5043,7 @@ def test_pie_default():
50435043
50445044
50455045@image_comparison (['pie_linewidth_0' , 'pie_linewidth_0' , 'pie_linewidth_0' ],
5046- extensions = ['png' ])
5046+ extensions = ['png' ], style = 'mpl20' )
50475047def test_pie_linewidth_0 ():
50485048 # The slices will be ordered and plotted counter-clockwise.
50495049 labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5075,7 +5075,7 @@ def test_pie_linewidth_0():
50755075 plt .axis ('equal' )
50765076
50775077
5078- @image_comparison (['pie_center_radius.png' ])
5078+ @image_comparison (['pie_center_radius.png' ], style = 'mpl20' )
50795079def test_pie_center_radius ():
50805080 # The slices will be ordered and plotted counter-clockwise.
50815081 labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5095,7 +5095,7 @@ def test_pie_center_radius():
50955095 plt .axis ('equal' )
50965096
50975097
5098- @image_comparison (['pie_linewidth_2.png' ])
5098+ @image_comparison (['pie_linewidth_2.png' ], style = 'mpl20' )
50995099def test_pie_linewidth_2 ():
51005100 # The slices will be ordered and plotted counter-clockwise.
51015101 labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5110,7 +5110,7 @@ def test_pie_linewidth_2():
51105110 plt .axis ('equal' )
51115111
51125112
5113- @image_comparison (['pie_ccw_true.png' ])
5113+ @image_comparison (['pie_ccw_true.png' ], style = 'mpl20' )
51145114def test_pie_ccw_true ():
51155115 # The slices will be ordered and plotted counter-clockwise.
51165116 labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5125,7 +5125,7 @@ def test_pie_ccw_true():
51255125 plt .axis ('equal' )
51265126
51275127
5128- @image_comparison (['pie_frame_grid.png' ])
5128+ @image_comparison (['pie_frame_grid.png' ], style = 'mpl20' )
51295129def test_pie_frame_grid ():
51305130 # The slices will be ordered and plotted counter-clockwise.
51315131 labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5152,7 +5152,7 @@ def test_pie_frame_grid():
51525152 plt .axis ('equal' )
51535153
51545154
5155- @image_comparison (['pie_rotatelabels_true.png' ])
5155+ @image_comparison (['pie_rotatelabels_true.png' ], style = 'mpl20' )
51565156def test_pie_rotatelabels_true ():
51575157 # The slices will be ordered and plotted counter-clockwise.
51585158 labels = 'Hogwarts' , 'Frogs' , 'Dogs' , 'Logs'
0 commit comments