Hi, Spyder is a great programming environment and has become a really efficient way for me to perform numerical experiments.
In my day-to-day use, I like to have my matplotlib plots in a tabbed layout within the IDE, with each new plot becoming a new tab. I generally start Spyder using the '--basics' flag and generate plots on the command line using >> plt.figure() >> plt.plot(x,y) Currently, I generate a plot and dock it into a desired position in the IDE. Subsequent plots that are generated are undocked and I have to drag them onto the first docked plot to achieve the tabbed set that I am looking for. Is there a way to keep plots that are produced through matplotlib docked into the IDE? Thanks. -Brad -- You received this message because you are subscribed to the Google Groups "spyder" group. 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.
