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

Commit17e816a

Browse files
committed
Remove non-needed remove_text=False.
That's already the default.
1 parent4e20f15 commit17e816a

8 files changed

+13
-22
lines changed

‎lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,8 +1182,7 @@ def test_pcolormesh_alpha():
11821182
ax4.pcolormesh(Qx,Qy,Z,cmap=cmap,shading='gouraud',zorder=1)
11831183

11841184

1185-
@image_comparison(['pcolormesh_datetime_axis.png'],
1186-
remove_text=False,style='mpl20')
1185+
@image_comparison(['pcolormesh_datetime_axis.png'],style='mpl20')
11871186
deftest_pcolormesh_datetime_axis():
11881187
# Remove this line when this test image is regenerated.
11891188
plt.rcParams['pcolormesh.snap']=False
@@ -1211,8 +1210,7 @@ def test_pcolormesh_datetime_axis():
12111210
label.set_rotation(30)
12121211

12131212

1214-
@image_comparison(['pcolor_datetime_axis.png'],
1215-
remove_text=False,style='mpl20')
1213+
@image_comparison(['pcolor_datetime_axis.png'],style='mpl20')
12161214
deftest_pcolor_datetime_axis():
12171215
fig=plt.figure()
12181216
fig.subplots_adjust(hspace=0.4,top=0.98,bottom=.15)

‎lib/matplotlib/tests/test_bbox_tight.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_bbox_inches_tight():
4343

4444

4545
@image_comparison(['bbox_inches_tight_suptile_legend'],
46-
remove_text=False,savefig_kwarg={'bbox_inches':'tight'})
46+
savefig_kwarg={'bbox_inches':'tight'})
4747
deftest_bbox_inches_tight_suptile_legend():
4848
plt.plot(np.arange(10),label='a straight line')
4949
plt.legend(bbox_to_anchor=(0.9,1),loc='upper left')
@@ -62,7 +62,7 @@ def y_formatter(y, pos):
6262

6363

6464
@image_comparison(['bbox_inches_tight_suptile_non_default.png'],
65-
remove_text=False,savefig_kwarg={'bbox_inches':'tight'},
65+
savefig_kwarg={'bbox_inches':'tight'},
6666
tol=0.1)# large tolerance because only testing clipping.
6767
deftest_bbox_inches_tight_suptitle_non_default():
6868
fig,ax=plt.subplots()

‎lib/matplotlib/tests/test_colorbar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,7 @@ def test_negative_boundarynorm():
948948
np.testing.assert_allclose(cb.ax.get_yticks(),clevs)
949949

950950

951-
@image_comparison(['nonorm_colorbars.svg'],remove_text=False,
952-
style='mpl20')
951+
@image_comparison(['nonorm_colorbars.svg'],style='mpl20')
953952
deftest_nonorm():
954953
plt.rcParams['svg.fonttype']='none'
955954
data= [1,2,3,4,5]

‎lib/matplotlib/tests/test_constrainedlayout.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,7 @@ def test_colorbar_align():
465465
cbs[3].ax.get_position().y0)
466466

467467

468-
@image_comparison(['test_colorbars_no_overlapV.png'],
469-
remove_text=False,style='mpl20')
468+
@image_comparison(['test_colorbars_no_overlapV.png'],style='mpl20')
470469
deftest_colorbars_no_overlapV():
471470
fig=plt.figure(figsize=(2,4),layout="constrained")
472471
axs=fig.subplots(2,1,sharex=True,sharey=True)
@@ -478,8 +477,7 @@ def test_colorbars_no_overlapV():
478477
fig.suptitle("foo")
479478

480479

481-
@image_comparison(['test_colorbars_no_overlapH.png'],
482-
remove_text=False,style='mpl20')
480+
@image_comparison(['test_colorbars_no_overlapH.png'],style='mpl20')
483481
deftest_colorbars_no_overlapH():
484482
fig=plt.figure(figsize=(4,2),layout="constrained")
485483
fig.suptitle("foo")

‎lib/matplotlib/tests/test_contour.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ def test_given_colors_levels_and_extends():
153153
plt.colorbar(c,ax=ax)
154154

155155

156-
@image_comparison(['contour_datetime_axis.png'],
157-
remove_text=False,style='mpl20')
156+
@image_comparison(['contour_datetime_axis.png'],style='mpl20')
158157
deftest_contour_datetime_axis():
159158
fig=plt.figure()
160159
fig.subplots_adjust(hspace=0.4,top=0.98,bottom=.15)

‎lib/matplotlib/tests/test_figure.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,7 @@ def test_reused_gridspec():
11101110

11111111

11121112
@image_comparison(['test_subfigure.png'],style='mpl20',
1113-
savefig_kwarg={'facecolor':'teal'},
1114-
remove_text=False)
1113+
savefig_kwarg={'facecolor':'teal'})
11151114
deftest_subfigure():
11161115
np.random.seed(19680801)
11171116
fig=plt.figure(layout='constrained')
@@ -1143,8 +1142,7 @@ def test_subfigure_tightbbox():
11431142

11441143

11451144
@image_comparison(['test_subfigure_ss.png'],style='mpl20',
1146-
savefig_kwarg={'facecolor':'teal'},
1147-
remove_text=False)
1145+
savefig_kwarg={'facecolor':'teal'})
11481146
deftest_subfigure_ss():
11491147
# test assigning the subfigure via subplotspec
11501148
np.random.seed(19680801)
@@ -1167,8 +1165,7 @@ def test_subfigure_ss():
11671165

11681166

11691167
@image_comparison(['test_subfigure_double.png'],style='mpl20',
1170-
savefig_kwarg={'facecolor':'teal'},
1171-
remove_text=False)
1168+
savefig_kwarg={'facecolor':'teal'})
11721169
deftest_subfigure_double():
11731170
# test assigning the subfigure via subplotspec
11741171
np.random.seed(19680801)

‎lib/matplotlib/tests/test_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_exceptions():
144144
plt.subplots(2,2,sharey='blah')
145145

146146

147-
@image_comparison(['subplots_offset_text'],remove_text=False)
147+
@image_comparison(['subplots_offset_text'])
148148
deftest_subplots_offsettext():
149149
x=np.arange(0,1e10,1e9)
150150
y=np.arange(0,100,10)+1e4

‎lib/matplotlib/tests/test_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def default_units(value, axis):
7878

7979
# Tests that the conversion machinery works properly for classes that
8080
# work as a facade over numpy arrays (like pint)
81-
@image_comparison(['plot_pint.png'],remove_text=False,style='mpl20',
81+
@image_comparison(['plot_pint.png'],style='mpl20',
8282
tol=0ifplatform.machine()=='x86_64'else0.01)
8383
deftest_numpy_facade(quantity_converter):
8484
# use former defaults to match existing baseline image

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp