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 6deba68

Browse filesBrowse files
author
Umair Idris
committed
Add explanation for test_hist_empty
1 parent 287a815 commit 6deba68
Copy full SHA for 6deba68

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def test_hexbin_extent():
483483
ax.hexbin(x, y, extent=[.1, .3, .6, .7])
484484

485485
def test_hexbin_empty():
486-
# From #3886: creating hexbin on empty dataset raises ValueError
486+
# From #3886: creating hexbin from empty dataset raises ValueError
487487
ax.hexbin([], [])
488488

489489
@cleanup
@@ -1006,6 +1006,7 @@ def test_hist_log():
10061006

10071007

10081008
def test_hist_empty():
1009+
# From #3886: creating hist from empty dataset raises ValueError
10091010
ax.hist([])
10101011

10111012
@image_comparison(baseline_images=['hist_steplog'], remove_text=True)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.