Removing lines in matplotlib

less than 1 minute read

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-nagumo assignment of the computational neuroscience course.

Leave a Comment