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

Function plot_directive_file

lib/matplotlib/tests/test_sphinxext.py:56–58  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

54 return img_dir / f'some_plots-{num}.png'
55
56 def plot_directive_file(num):
57 # This is always next to the doctree dir.
58 return doctree_dir.parent / 'plot_directive' / f'some_plots-{num}.png'
59
60 range_10, range_6, range_4 = (plot_file(i) for i in range(1, 4))
61 # Plot 5 is range(6) plot

Callers 1

test_tinypagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…