self.addChild({'name': 'X', 'type': 'int', 'value': 3001})
--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/94f2bbd8-bbc3-4834-b0d4-e2639bf95433%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Thomas, I will try to get this fixed as soon as possible. As a workaround, you can add 'decimals': 6 to the parameter specification; this should increase the precision of the display.There are currently no unit tests covering pg.SpinBox. I'll be adding some as I fix this bug; feel free to contribute your own if you'd like (this ensures your use cases are covered in the future).Luke
On Fri, Nov 11, 2016 at 8:30 AM, Thomas Grübler <thomas....@gmail.com> wrote:
Hello,my parametertree shows its values in scientific notation after an update from 0.9 to 0.10.0 on python 3.4, windows/anaconda.A simpleself.addChild({'name': 'X', 'type': 'int', 'value': 3001})displays 3e+03 instead of 3001 after the update. The biggest problem for me is that the last digit cannot be seen or edited anymore even by clicking on the entry.Is there a way to change it back?Thanks,Thomas
--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+...@googlegroups.com.