Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_styles
Method
get_styles
lib/matplotlib/patches.py:2437–2439 ·
view source on GitHub ↗
Return a dictionary of available styles.
(cls)
Source
from the content-addressed store, hash-verified
2435
2436
@classmethod
2437
def
get_styles(cls):
2438
""
"Return a dictionary of available styles."
""
2439
return
cls._style_list
2440
2441
@classmethod
2442
def
pprint_styles(cls):
Callers
5
test_boxarrow
Function · 0.80
test_arrow_styles
Function · 0.80
test_connection_styles
Function · 0.80
fancybox_demo.py
File · 0.80
fancyarrow_demo.py
File · 0.80
Calls
no outgoing calls
Tested by
3
test_boxarrow
Function · 0.64
test_arrow_styles
Function · 0.64
test_connection_styles
Function · 0.64