top | item 39214541

(no title)

stargazer-3 | 2 years 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])

discuss

order

dheera|2 years ago

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.