GraphicsPropertyManager

Manages properties for Graphics objects so that concrete GraphicsBase instances don’t need to duplicate code, but at the same time things that build off of GraphicsBase don’t need to implement all of these properties

ticks_label_base_styles: set
ticks_label_style_remapping: dict

 

__init__(self, graphics, figure, axes, managed=False): 

 

@property
figure_label(self): 

 

@property
plot_label(self): 

 

@property
plot_legend(self): 

 

@property
legend_style(self): 

 

@property
axes_labels(self): 

 

@property
plot_range(self): 

 

@property
ticks(self): 

 

@property
ticks_style(self): 

 

@property
frame_style(self): 

 

clean_tick_label_styles(k): 

 

@property
ticks_label_style(self): 

 

@property
aspect_ratio(self): 

 

@property
image_size(self): 

 

@property
axes_bbox(self): 

 

@property
background(self): 

 

@property
frame(self): 

 

@property
scale(self): 

 

@property
padding(self): 

 

@property
padding_left(self): 

 

@property
padding_right(self): 

 

@property
padding_top(self): 

 

@property
padding_bottom(self): 

 

@property
spacings(self): 

 

@property
colorbar(self): 

Feedback

Examples

Templates

Documentation