Re: [Matplotlib-users] modifying a plot from an imported module

2014-06-17 Thread felix_werner
Perfect, many thanks! So the trick was _not_ to do "show()" in A.py (Moreover, doing "draw()" in A.py also seems necessary... even though I don't really get why -- actually in my own more complicated program, it works also without this draw...) -- View this message in context: http://matplotl

[Matplotlib-users] modifying a plot from an imported module

2014-06-16 Thread felix_werner
Hello, I am plotting something in a file A.py In another file (B.py), I wish to do import A and then add a curve to that same plot (and replot it). Is that possible? Thanks! -- View this message in context: http://matplotlib.1069221.n5.nabble.com/modifying-a-plot-from-an-imported-module-t