https://bugs.kde.org/show_bug.cgi?id=401087

--- Comment #2 from Alexander Semke <alexander.se...@web.de> ---
(In reply to Stefan Gerlach from comment #0)
> 1. It is hard to customize the xy-plot x/y-range minimum/maximum to values
> bigger than 1e6 or smaller than 1e-6 because the value is evaluated after
> entering one digit and changed to scientific notation. Just try to set it to
> "1e+8".
> 2. When the value for maximum is "1e+6" and i enter "0" leading to "1e+60",
> LP crashes immediately

I added a safety check now in order not to crash in 2.6 now. The entry of such
values is still cumbersome...

I think the solution here would be to switch everywhere from QLineEdit to our
ExpressionTextEdit. In our task for 2.7 https://phabricator.kde.org/T10225 I
mentioned this already under 
"allow to enter formulas for things like min/max values for plot ranges,
scaling factor in axes and so on. Useful for example if you work with bytes and
want to switch in the plot to kB, MB and so on."

This is quite some work and would result in further delay of 2.6, though. So,
let's improve everywhere and consistently in 2.7.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to