Hi David, thank you for your reply. I do not know what version of spyder you are using, but in mine 2.1.10 that does not work. Calling show() does not bring up any plot, not in interactive mode or else. However, the command plot on the standard python console works flawlessly. Importing matplotlib and plotting from a source file and running it on ipython also works. However, when i use the magic %pylab I cannot plot any figure on ipython.
Thanks for your reply anyway. On Thursday, January 10, 2013 12:38:56 PM UTC-5, Leopoldo Pena wrote: > > Hi all, > > I'm rather newbie using spyder, but I like it a lot. > I have run into some issues though, that I am not sure how to fix or if > that is the expected behaviour. > > This are the steps to reproduce it. > > 1 - Clean install of Ubuntu 12.10 64bits > 2- Using USC or apt install spyder (e.g. sudo apt-get install spyder) > after allowing universe repositories. > Spyder 2.1.10, > 3- Open spyder. > 4- Open Ipython (0.13.1) interpreter with contextual menu. > 5- type: %pylab to start scientific environment with matplotlib. IT IS NOT > IMPORTED on ipython by default when opening a terminal. > 6- type: > a=range(10) > plot(a) > > 7- The output shows that the plot object has been generated, but nothing > shows up on display, neither inline embebded or as a floating window. > Out[7]: [<matplotlib.lines.Line2D at 0x32d5610>] > > Replicating these steps on the standard python terminal produces a > floating figure. > > Any advice? > -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/fX0hxiBmSfoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
