Skip to content

Commit

Permalink
Break a test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed May 8, 2024
1 parent 25847dd commit 45d5dc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/matplotlib/tests/test_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ def test_label_loc_horizontal(fig_test, fig_ref):
cbar.set_label("Z Label", loc='left')

ax = fig_ref.subplots()
sc = ax.scatter([1, 2], [1, 2], c=[1, 2], label='scatter')
ax.legend()
ax.set_ylabel('Y Label', y=0, ha='left')
ax.set_xlabel('X Label', x=0, ha='left')
cbar = fig_ref.colorbar(sc, orientation='horizontal')
cbar.set_label("Z Label", x=0, ha='left')


@check_figures_equal()
Expand Down

0 comments on commit 45d5dc0

Please sign in to comment.