Hacker News new | ask | show | jobs
by stargazer-3 863 days 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])

1 comments

Yeah I know. It's just that they've created an ecosystem of "plt" and that makes me want to use the entire library less.