theme_brain_void

theme_brain_void(text_size=12, text_family='monospace')

Void theme with no axes, background, or grid.

Parameters

Name Type Description Default
text_size int Base text size. Default is 12. 12
text_family str Font family. Default is ‘monospace’. 'monospace'

Returns

Name Type Description
theme A plotnine theme object.