depictr.theme_depictr#

depictr.theme_depictr(base_size=11, grid='xy')#

Return the depictr plotnine theme.

Parameters:
  • base_size (float) – Base font size in points.

  • grid ({"xy", "x", "y", "none"}) – Which major gridlines to keep.

Returns:

A theme object to add to any plot with +.

Return type:

plotnine.theme