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

Skip to content

Commit 45d5dc0

Browse files
committed
Break a test
1 parent 25847dd commit 45d5dc0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ def test_label_loc_horizontal(fig_test, fig_ref):
101101
cbar.set_label("Z Label", loc='left')
102102

103103
ax = fig_ref.subplots()
104-
sc = ax.scatter([1, 2], [1, 2], c=[1, 2], label='scatter')
105-
ax.legend()
106-
ax.set_ylabel('Y Label', y=0, ha='left')
107-
ax.set_xlabel('X Label', x=0, ha='left')
108-
cbar = fig_ref.colorbar(sc, orientation='horizontal')
109-
cbar.set_label("Z Label", x=0, ha='left')
110104

111105

112106
@check_figures_equal()

0 commit comments

Comments
 (0)