Re: [Matplotlib-users] Would like to update visible plot using pyside and matplotlib

2012-10-22 Thread troyrock
I figured out the problem. I need to call self.canvas.draw() in order to update the image. Sorry for the email. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Would-like-to-update-visible-plot-using-pyside-and-matplotlib-tp39576p39577.html Sent from the matplotlib -

[Matplotlib-users] Would like to update visible plot using pyside and matplotlib

2012-10-22 Thread troyrock
I have a tool to show information extracted from various experiments and then stored in a database. I would like to update a plot shown in the lower half of the window when information such as the ranges of variables are modified in the upper half. I can initially put data into the plot, however