MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_pathological_hexbin

Function test_pathological_hexbin

lib/matplotlib/tests/test_axes.py:7184–7189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7182
7183
7184def test_pathological_hexbin():
7185 # issue #2863
7186 mylist = [10] * 100
7187 fig, ax = plt.subplots(1, 1)
7188 ax.hexbin(mylist, mylist)
7189 fig.savefig(io.BytesIO()) # Check that no warning is emitted.
7190
7191
7192def test_color_None():

Callers

nothing calls this directly

Calls 3

hexbinMethod · 0.80
subplotsMethod · 0.45
savefigMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…