rougier / matplotlib-tutorial

Matplotlib tutorial for beginner
2.96k stars 808 forks source link

removed pylab reference on some scripts #14

Closed joshy closed 4 years ago

joshy commented 4 years ago

Hi Nicolas,

I removed on some scripts the reference to pylab and changed it to pyplot. Some other cases (not in this PR) can't be upgraded because bbox complains if a width is passed. There I don't know how to fix it. An example is polar.py:21.

Cheers, Joshy

rougier commented 4 years ago

Oh really nice, thanks a lot.