Posts tagged with matplotlib

Changing or adding fonts to Matplotlib

When trying to change fonts in matplotlib, you might run into an error that says that the font or the font family was not found. To fix this, you need to act...

Removing lines in matplotlib

To remove lines the object oriented way in matplotlib (using axes, etc.) take a look at my tuner program for an example. Alternatively, look at the fitzhugh-...