8000 Update pie test images · matplotlib/matplotlib@7036d2d · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7036d2d

Browse files
committed
Update pie test images
1 parent f71d7cd commit 7036d2d

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed
-27.4 KB
Loading
-12.1 KB
Loading
268 Bytes
Loading
-16.8 KB
Loading
-11.1 KB
Loading
-30.7 KB
Loading
111 Bytes
Loading
-27.9 KB
Loading

lib/matplotlib/tests/test_axes.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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')
50475047
def 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')
50795079
def 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')
50995099
def 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')
51145114
def 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')
51295129
def 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')
51565156
def test_pie_rotatelabels_true():
51575157
# The slices will be ordered and plotted counter-clockwise.
51585158
labels = 'Hogwarts', 'Frogs', 'Dogs', 'Logs'

0 commit comments

Comments
 (0)
0