|
|
|
|
|
by dheera
873 days ago
|
|
from matplotlib import pyplot as plt
WTF? Broken from right there. What's a plt? "o" key broken? Why didn't they just call it pyplot? Why not just import pyplot
pyplot.plot(lambda x: math.sin(x))
pyplot.plot(x=[0,1,2],y=[0,2,4])
|
|