@@ -5043,7 +5043,7 @@ def test_pie_default():
5043
5043
5044
5044
5045
5045
@image_comparison (['pie_linewidth_0' , 'pie_linewidth_0' , 'pie_linewidth_0' ],
5046
- extensions = ['png' ])
5046
+ extensions = ['png' ], style = 'mpl20' )
5047
5047
def test_pie_linewidth_0 ():
5048
5048
# The slices will be ordered and plotted counter-clockwise.
5049
5049
labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5075,7 +5075,7 @@ def test_pie_linewidth_0():
5075
5075
plt .axis ('equal' )
5076
5076
5077
5077
5078
- @image_comparison (['pie_center_radius.png' ])
5078
+ @image_comparison (['pie_center_radius.png' ], style = 'mpl20' )
5079
5079
def test_pie_center_radius ():
5080
5080
# The slices will be ordered and plotted counter-clockwise.
5081
5081
labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5095,7 +5095,7 @@ def test_pie_center_radius():
5095
5095
plt .axis ('equal' )
5096
5096
5097
5097
5098
- @image_comparison (['pie_linewidth_2.png' ])
5098
+ @image_comparison (['pie_linewidth_2.png' ], style = 'mpl20' )
5099
5099
def test_pie_linewidth_2 ():
5100
5100
# The slices will be ordered and plotted counter-clockwise.
5101
5101
labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5110,7 +5110,7 @@ def test_pie_linewidth_2():
5110
5110
plt .axis ('equal' )
5111
5111
5112
5112
5113
- @image_comparison (['pie_ccw_true.png' ])
C8D3
5113
+ @image_comparison (['pie_ccw_true.png' ], style = 'mpl20' )
5114
5114
def test_pie_ccw_true ():
5115
5115
# The slices will be ordered and plotted counter-clockwise.
5116
5116
labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5125,7 +5125,7 @@ def test_pie_ccw_true():
5125
5125
plt .axis ('equal' )
5126
5126
5127
5127
5128
- @image_comparison (['pie_frame_grid.png' ])
5128
+ @image_comparison (['pie_frame_grid.png' ], style = 'mpl20' )
5129
5129
def test_pie_frame_grid ():
5130
5130
# The slices will be ordered and plotted counter-clockwise.
5131
5131
labels = 'Frogs' , 'Hogs' , 'Dogs' , 'Logs'
@@ -5152,7 +5152,7 @@ def test_pie_frame_grid():
5152
5152
plt .axis ('equal' )
5153
5153
5154
5154
5155
- @image_comparison (['pie_rotatelabels_true.png' ])
5155
+ @image_comparison (['pie_rotatelabels_true.png' ], style = 'mpl20' )
5156
5156
def test_pie_rotatelabels_true ():
5157
5157
# The slices will be ordered and plotted counter-clockwise.
5158
5158
labels = 'Hogwarts' , 'Frogs' , 'Dogs' , 'Logs'
0 commit comments