https://bugs.kde.org/show_bug.cgi?id=438918
Bug ID: 438918
Summary: graph of fit is not rendered when lab plot uses comma
as decimal separator
Product: LabPlot2
Version: 2.8.2
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
The graph of a fit is only rendered with "." as decimal separator, not with
",".
STEPS TO REPRODUCE
Linearly fitting the following data in "." or "," mode
1 1
2 2
3 3
4 4
is fine,
fitting the following data in "," mode however will result in the graph of the
fit not being rendered ("." mode is fine)
1,1 1,1
1,2 1,2
1,3 1,3
1,4 1,4
Tested with linear fit and some exponential fit on the provided example data
and some experimental data.
OBSERVED RESULT
graph of fit is not visible in "," mode
EXPECTED RESULT
the graph is visible even in "," mode (and in the other modes as well for that
matter, i haven't really tested that though)
SOFTWARE/OS VERSIONS
KDE Frameworks Version: 5.83.0
Qt Version: 5.15.2
--
You are receiving this mail because:
You are watching all bug changes.