Skip to content

What python package do I need to install for the bauhaus theme? #2

@cjappl

Description

@cjappl

In executing the first cell of a ipynb in the repo (for example PoleZero)

> %run ../setup.ipynb
...
OSError: 'bauhaus' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in `style.available`)

This theme is used a few times through the repo:

> rg bauhaus
content/setup.ipynb
23:    "matplotlib.style.use('bauhaus')\n",

content/unused/systems-chapter/Shift-invariance.ipynb
36:    "matplotlib.style.use('bauhaus')\n",

content/unused/systems-chapter/Linearity.ipynb
37:    "matplotlib.style.use('bauhaus')\n",

content/unused/systems-chapter/Systems.ipynb
36:    "matplotlib.style.use('bauhaus')\n",

But a google search was not fruitful to determine what I could pip install foo to get this style for matplotlib.

A fine workaround seems to be changing bahaus -> ggplot, which unblocks me, but there are a few additional tweaks I have to do in that case. I'd love to use the "real thing"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions