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

Function plotting_function

galleries/users_explain/customizing.py:81–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80@mpl.rc_context({'lines.linewidth': 3, 'lines.linestyle': '-'})
81def plotting_function():
82 plt.plot(data)
83
84plotting_function()
85

Callers 1

customizing.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…