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

Function my_plotter

galleries/users_explain/quick_start.py:220–225  ·  view source on GitHub ↗

A helper function to make a graph.

(ax, data1, data2, param_dict)

Source from the content-addressed store, hash-verified

218
219
220def my_plotter(ax, data1, data2, param_dict):
221 """
222 A helper function to make a graph.
223 """
224 out = ax.plot(data1, data2, **param_dict)
225 return out
226
227# %%
228# which you would then use twice to populate two subplots:

Callers 1

quick_start.pyFile · 0.85

Calls 1

plotMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…