Re: [Matplotlib-users] Colorbar embedding in qt4

2010-01-06 Thread Alexander Hupfer
I isolated the problem a bit more. For some reason drawing gets slower and slower with each plot drawn. from os import sys from time import time from PyQt4 import QtGui, QtCore import matplotlib matplotlib.use('QT4Agg') from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as FigureC

[Matplotlib-users] Delaunay nn_interpolator hang

2010-01-06 Thread othererik
Good day all, I've hit an infinite loop/hang using the delaunay package. Unfortunately, I haven't been able to reproduce the issue with a nice minimal dataset, so I don't expect much help, but I did want to note it in case. I've been working with the delaunay package, making contour plots from

Re: [Matplotlib-users] define color cycle in matplotlibrc

2010-01-06 Thread Gary Ruben
I'm happy for it to remain just a suggestion and not a reality. I mentioned it in case it was easy to implement alongside the color cycle but it seems it is not. Thanks for considering it anyway Eric, Gary Eric Firing wrote: > Dominik Szczerba wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Has

[Matplotlib-users] move annotation

2010-01-06 Thread charles . roduit
Dear all, I have a little problem on understanding how to move an annotation on a plot. My idea is to make a plot where some informations follow the cursor when moving on the data, like you can see in plots from piwik ( http://piwik.org/demo ) In the script in attachment, I can follow t

[Matplotlib-users] Proper display of histograms with fixed bar widths

2010-01-06 Thread Gergely Ungvary
Hi All, I'm looking for a solution to properly display histograms of data that is neither logarithmic, nor linear. Due to the nature of my data, I manually specify my bins (which are neither fixed width, nor logarithmic) - what I'd like to have is for each of my bins to have equal bar widths.