On Saturday, March 19, 2016 at 4:43:46 PM UTC-5, Edward K. Ream wrote: > Drum roll please, what happens when we execute?:
> > from scipy.special import jn > from matplotlib.pyplot import plot > from numpy import linspace, pi > x = linspace(0,4*pi) > for i in range(6): > plot(x, jn(i,x)) > > Hurray! This puts up a matplotlib plot, identical to the plot created from > the IPython Qt console! > The code above only puts up the plot when --ipython is in effect. The plot does *not* appear without the --ipython command-line option. No big deal, imo. It will be interesting to see if the --ipython option could be omitted, but that more of a curiosity thing. We might as well use IPython. That's what it's for. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
