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

Skip to content

Commit bac0117

Browse files
committed
Updated test to match fix
Updated the test to match the bug fix
1 parent ffb2767 commit bac0117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3514,7 +3514,6 @@ def test_move_offsetlabel():
35143514
data = np.random.random(10) * 1e-22
35153515
fig, ax = plt.subplots()
35163516
ax.plot(data)
3517-
ax.yaxis.set_label_position('right')
35183517
ax.yaxis.tick_right()
35193518
assert_equal((1, 0.5), ax.yaxis.offsetText.get_position())
35203519

0 commit comments

Comments
 (0)