Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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'
:
'-'
})
81
def
plotting_function():
82
plt.plot(data)
83
84
plotting_function()
85
Callers
1
customizing.py
File · 0.85
Calls
1
plot
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…