Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit7036d2d

Browse files
committed
Update pie test images
1 parentf71d7cd commit7036d2d

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

‎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
deftest_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
deftest_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
deftest_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
deftest_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
deftest_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
deftest_pie_rotatelabels_true():
51575157
# The slices will be ordered and plotted counter-clockwise.
51585158
labels='Hogwarts','Frogs','Dogs','Logs'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp