Hi, I have a question: Is there a way with matplotlib to see influence of code changes on the plot without explicitly recompiling?
My workflow looks like this: I'm writing single files for plots in Eclipse with pydev. I normally copy/paste sections from previous figures. I don't want to do this in ipython, because even though I might end up with a nice figure, there is no clean way to maintain the code for later recompilation. So what I do: 1) Compile => matplotlib plot opens 2) adjust code (for example spacing, plot-range...) 3) Compile But every time a new plot opens. So is there a way of getting the plot into the same window every time? And it would be even nicer if I could just change a number in the code, and the plot updates by itself. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
