theme_darkbrain
theme_darkbrain(text_size=12, text_family='monospace')Dark theme for brain plots.
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. |