Re: [Matplotlib-users] Triangle in a graph

2010-09-09 Thread Tony S Yu
On Sep 9, 2010, at 10:53 AM, Bernardo Rocha wrote: Hi everyone, I would like to know if it is possible (I guess it is) and how can I do a plot such as the one in the attached figure? Could someone help me with this? I know that this one was done in gnuplot, but I would like to use

[Matplotlib-users] How by clicking an axes label open a dialog?

2010-09-09 Thread sa6113
I want to use backendQtAgg inorder to imbed plot dialog into basic dialog and by clicking the labels open plot option. I couldn't use 'motion_notify_event' because the event only handles into plot area not in canvas area!!! anybody knows? -- View this message in context:

Re: [Matplotlib-users] draw after set_data

2010-09-09 Thread Philippe Crave
thanks for the answer. it's slow, but acceptable. If it was possible to update it faster, that would have been better, but it's ok. I do not know if it's because of pyqt or not, but the self.fig.canvas.draw() takes around 1s, and then, there is another extra time before the plot actually get