theme_brain

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

Clean theme for brain plots with minimal axes.

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.