-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels