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

Function test_hist_log

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

Source from the content-addressed store, hash-verified

2459
2460@image_comparison(['hist_log.png'], remove_text=True, style='_classic_test')
2461def test_hist_log():
2462 data0 = np.linspace(0, 1, 200)**3
2463 data = np.concatenate([1 - data0, 1 + data0])
2464 fig, ax = plt.subplots()
2465 ax.hist(data, fill=False, log=True)
2466
2467
2468@check_figures_equal()

Callers

nothing calls this directly

Calls 2

histMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…