Hi Blaine,
let me first of all give you the reference to some documentation about the
usage of show:
http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show
Furthermore I may recommend you to replace your call of show in 'p' by a call
of draw, which will yield the expected behaviour in ip
hey everyone,
I have an interactive python application that I am using pylab with. I am
having a problem where I can only create a graph ONE time. all other calls
to plot() and show() cause nothing to happen.
I have used ipython -pylab as well, but the problem I am having with
ipython is tha