Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a83e9f

Browse filesBrowse files
committed
Remove duplicate test_hist_offset
1 parent fa85f9b commit 9a83e9f
Copy full SHA for 9a83e9f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
-10Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.