Guides¶
Axis Guides¶
Axis guide helpers can be supplied through position scales, for example
scale_x_continuous(guide=guide_axis_manual(...)). The extended facets also
apply plot-level guide additions when a matching axis can be inferred.
guide_axis_manual¶
guide_axis_colour¶
guide_axis_color¶
guide_axis_minor¶
guide_axis_logticks¶
guide_axis_truncated¶
guide_axis_scalebar¶
guide_axis_nested¶
guide_dendro¶
Legend Guides¶
guide_stringlegend¶
- class plotnine_extra.guide_stringlegend(title=None, theme=<factory>, position=None, direction=None, reverse=False, order=0, nrow=None, ncol=None, byrow=False, override_aes=<factory>)[source]¶
Bases:
plotnine.guide_legendText-only legend guide.
The guide uses the mapped aesthetic value as the label colour and does not allocate or draw key glyph boxes.
- Parameters: