Pierre Raybaut

Results 36 issues of Pierre Raybaut

In camera imaging software, pixels are always centered at their position. For example, the first image pixel (top-left corner) is centered at (0,0). In guiqwt, this pixel is not centered...

question

The normalization feature should be hidden for float images because it aims at normalizing data to datatype maximum value which has no sense for floating types. Using this feature on...

bug

...see [this post](https://groups.google.com/forum/#!topic/guidata_guiqwt/r9Md5IDjqH0).

question

Issue originally submitted here: https://code.google.com/p/guiqwt/issues/detail?id=28 See here: https://code.google.com/p/spyderlib/issues/detail?id=1021

bug
help wanted

Issue originally submitted here: https://code.google.com/p/guiqwt/issues/detail?id=69 Reported by HamfBohne, May 11, 2015 For certain types of data it is important to be able to compare sign of different features in an...

enhancement

Issue originally submitted here: https://code.google.com/p/guiqwt/issues/detail?id=63 Reported by gaetan.browaeys, Jan 19, 2015 Hello, I would like to know if it is possible to realize the selection of multi-points of a curve...

question

Issue originally submitted here: https://code.google.com/p/guiqwt/issues/detail?id=42 Reported by peter.mpifr.de, Jan 30, 2013 _What steps will reproduce the problem?_ 1. program "simple_widows.py" displays brain.png with correct aspect ratio 2. "Print" command (icon)...

bug

A lot of features have been added recently and should be documented to be maintained properly in the future. The minimum should be to explain in a line comment the...

help wanted

Following Issue #35, we will remove all the old-style signals and slots. The following example: ``` python if SIGNAL is None: self.widget.valueChanged.connect(layout.update) else: self.connect(self.widget, SIGNAL("valueChanged(int)"), layout.update) ``` should be replaced...

enhancement

Issue originally submitted here: https://code.google.com/p/guidata/issues/detail?id=33 Reported by [email protected], Jun 3, 2013 Hello, if you test this scipt : ``` python import guidata _app = guidata.qapplication() # not required if a...

bug
help wanted