Hello,

I have installed the latest spyder via pip using a virtual environment in 
Ubuntu 14.04.3. 
I have installed all required and optional libraries via pip.  
I am using QT and PyQT from Ububntu's packages. 
I am now executing the code found in:

  http://matplotlib.org/users/text_intro.html 
<http://matplotlib.org/users/text_intro.html>

So first I see no "import matplotlib.pyplot as plt" is done automatically 
in both the 
IPython and standard python console. Is this correct (does not seems to be 
the 
default for the previous release)?

If I execute the code ion the link above in the standard python console I 
see the plot is immediately 
shown and any changes made are reflected in the graph, step by step. When I 
do this in the IPython 
console the graph is not shown on any command - including the show.  
However if I do:


plt.plot([1,2,3],[1,2,3])


I get a plot immediately. 


Now when I try and change the plot, say with:


plt.title('Hello')


I get a new plot. 


Can anyone enlighten me on what am doing wrong? How can I 'build' my plot 
in IPython?


TIA.

 

P.S: in both cases I have interactive on. 





-- 
You received this message because you are subscribed to the Google Groups 
"spyder" 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/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to