theme_custombrain
theme_custombrain(
plot_background='white',
text_colour='darkgrey',
text_size=12,
text_family='monospace',
)Customizable theme for brain plots.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| plot_background | str | Background color. Default is ‘white’. | 'white' |
| text_colour | str | Text color. Default is ‘darkgrey’. | 'darkgrey' |
| 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. |