8000 Remove duplicate test_hist_offset · pelson/matplotlib@9a83e9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a83e9f

Browse files
committed
Remove duplicate test_hist_offset
1 parent fa85f9b commit 9a83e9f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -997,16 +997,6 @@ def test_hist_stacked_bar():
997997
ax.hist(d, bins=10, histtype='barstacked', align='mid', color=colors, label=labels)
998998
ax.legend(loc='upper right', bbox_to_anchor = (1.0, 1.0), ncol=1)
999999

1000-
@image_comparison(baseline_images=['hist_offset'])
1001-
def test_hist_offset():
1002-
# make some data
1003-
d1 = np.linspace(0, 10, 50)
1004-
d2 = np.linspace(1, 3, 20)
1005-
fig = plt.figure()
1006-
ax = fig.add_subplot(111)
1007-
ax.hist(d1, bottom=5)
1008-
ax.hist(d2, bottom=15)
1009-
10101000
@image_comparison(baseline_images=['transparent_markers'], remove_text=True)
10111001
def test_transparent_markers():
10121002
np.random.seed(0)

0 commit comments

Comments
 (0)
0