pylab.X vs pylab.plt.X
I noticed that there some names are duplicated in pylab. Say I import
pylab. Here are some examples:
E.g. 1 :
pylab.ion()
pylab.plt.ion()
E.g. 2
pylab.figure(1)
pylab.plot.figure(1)
Is there any difference between them? Why have the two of them?
No comments:
Post a Comment