[Matplotlib-users] time taken to savefig

2012-10-22 Thread Larry Cotton
Hi I have been doing some work that generates a lot of plots and since the plots were taking a long time I looked into to whether I could speed up the process. I found some information on how I might improve things from the following link:

Re: [Matplotlib-users] Histogram with overlapping bins

2012-10-22 Thread fiolj
Hi, some time ago I needed the same thing and hacked the function histogram (from numpy or matplo. Here goes my function ## Calculates the histogram allowing for overlapping bins, which are given by # # @param a # @param bins a sequence of pairs (left,right), limits for each bin # # @return hist

[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

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 -