8 ms·
The library is not forcing you to use plt as a shorthand. Nothing is stopping you from calling from matplotlib import pyplot pyplot.plot([0,1,2], [0,2,4])
by stargazer-3 3y ago
The library is not forcing you to use plt as a shorthand. Nothing is stopping you from calling
from matplotlib import pyplot
pyplot.plot([0,1,2], [0,2,4])
- dheera 3y agoYeah I know. It's just that they've created an ecosystem of "plt" and that makes me want to use the entire library less.