python - No plot window in matplotlib -


I have installed maplotibs in Ubuntu 9.10, using the Synaptic package system. However, when I try the following simple example

  gt; & Gt; & Gt; From the conspiracy of imported papoos; & Gt; & Gt; & Gt; Plot ([1,2,3], [1,2,3]) [& lt; Matplotlib.lines.Line2D object 0x9aa78ec & gt;]  

I do not find any plot window. Any ideas about how to get the plot window to show?

You can type

  import Pyalab pylab.show ( )  

Or use better, ipython -pylab .


Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

objective c - iPhone and it's wireless area -