RegionVisual¶
- class regions.RegionVisual(seq=None, **kwargs)[source]¶
Bases:
Meta
A dictionary subclass which holds the visual attributes of the region.
Attributes Summary
Methods Summary
define_mpl_kwargs
(artist)Define a dictionary of matplotlib keywords for the input
artist
from the region'svisual
properties.Attributes Documentation
- key_mapping = {'point': 'symbol', 'width': 'linewidth'}¶
- valid_keys = ['color', 'dash', 'dashlist', 'fill', 'font', 'fontname', 'fontsize', 'fontstyle', 'fontweight', 'labeloff', 'labelpos', 'labelcolor', 'line', 'linestyle', 'linewidth', 'marker', 'markersize', 'symbol', 'symsize', 'symthick', 'textangle', 'textrotate', 'usetex', 'default_style', 'dashes', 'markeredgewidth', 'rotation', 'facecolor', 'edgecolor']¶
Methods Documentation