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

Function test_hexbin_log_clim

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

Source from the content-addressed store, hash-verified

1113
1114
1115def test_hexbin_log_clim():
1116 x, y = np.arange(200).reshape((2, 100))
1117 fig, ax = plt.subplots()
1118 h = ax.hexbin(x, y, bins='log', vmin=2, vmax=100)
1119 assert h.get_clim() == (2, 100)
1120
1121
1122@check_figures_equal()

Callers

nothing calls this directly

Calls 3

hexbinMethod · 0.80
subplotsMethod · 0.45
get_climMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…