Re: [Matplotlib-users] Customizing the Navigation toolbar

2011-10-04 Thread Jens Nie
Hi Nils. The Qt based Navigation toolbar is just a Qt Widget with a proper layout already set. So you should be able to add any Qt widget to the toolbar using its addWidget method. I was able to add a simple line edit (without any use) like so: import sys from PyQt4.QtCore import * from

Re: [Matplotlib-users] Customizing the Navigation toolbar

2011-10-04 Thread Jens Nie
11:08 AM To: Jens Nie Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Customizing the Navigation toolbar On Tue, 4 Oct 2011 10:09:57 +0200 Jens Nie j...@roseninspection.net wrote: Hi Nils. The Qt based Navigation toolbar is just a Qt Widget with a proper layout

Re: [Matplotlib-users] How to get all data points plotted/displayed in a line plot

2010-09-02 Thread Jens Nie
. The strange behavior is still there. Besides: Where would the correct place be to switch the level of detail parameter. Once for the axes in add_subplot or for every plot command, or both? Jens From: Jens Nie [mailto:j...@roseninspection.net] Sent: Wednesday, September 01, 2010 10:03 AM

Re: [Matplotlib-users] How to get all data points plotted/displayed in a line plot

2010-09-01 Thread Jens Nie
Hi Ben. It is the version 1.0.0 that i am using, both on Linux and windows. Is there any newer (development) version that I should try? Jens [...] Is there any way to enforce plotting each and every point? I use matplotlib version 1.0.0 on a 32 Bit windows XP system installed via the

[Matplotlib-users] How to get all data points plotted/displayed in a line plot

2010-08-31 Thread Jens Nie
Hi everyone. I face a problem here, which I can't seem to handle by myself, so any help is really appreciated. I would like to do a simple line plot of a huge dataset as an overview to quickly compare success of different measurement scenarios, and it seems that not every datapoint is