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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -