Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 302bd90

Browse files
tacaswellQuLogic
andauthored
MNT: tweak code style in tests
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent cede71d commit 302bd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6329,8 +6329,8 @@ def test_autoscale_tiny_sticky():
63296329
if size is not None])
63306330
@pytest.mark.style('default')
63316331
def test_relative_ticklabel_sizes(size):
6332-
matplotlib.rcParams['xtick.labelsize'] = size
6333-
matplotlib.rcParams['ytick.labelsize'] = size
6332+
mpl.rcParams['xtick.labelsize'] = size
6333+
mpl.rcParams['ytick.labelsize'] = size
63346334
fig, ax = plt.subplots()
63356335
fig.canvas.draw()
63366336

0 commit comments

Comments
 (0)