sa2c / python-oop-novice

An introduction to object-oriented programming for Python users in research
https://sa2c.github.io/python-oop-novice/
Other
1 stars 5 forks source link

FunctionPlotter has inconsistent conventions #3

Closed edbennett closed 4 years ago

edbennett commented 4 years ago

Some calls in FunctionPlotter are fully prefixed with matplotlib.pyplot. and numpy., but others are imported directly. Also, in episode 5, all imports are omitted so if a fresh kernel is started for that episode then it complains lots.