MCPcopy 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_boxarrowFunction · 0.80
test_arrow_stylesFunction · 0.80
test_connection_stylesFunction · 0.80
fancybox_demo.pyFile · 0.80
fancyarrow_demo.pyFile · 0.80

Calls

no outgoing calls

Tested by 3

test_boxarrowFunction · 0.64
test_arrow_stylesFunction · 0.64
test_connection_stylesFunction · 0.64