Summary: | X axis is not correct when a second tab plotting a subset of the same data is added. | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Don V <don.villalta> |
Component: | plotting | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.8 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/kst-plot/35d9ff2d8e743342c2890f09d9866e1bf882bdd9 | Version Fixed In: | |
Sentry Crash Report: |
Description
Don V
2015-12-03 17:56:01 UTC
Git commit 35d9ff2d8e743342c2890f09d9866e1bf882bdd9 by Barth Netterfield. Committed on 06/01/2016 at 22:53. Pushed by netterfield into branch 'master'. Improve UI with a warning of inconsistent X vector. Re-using an x vector from a previous plot is probably what you want to do if you have kept the data range the same, but probably not what you wanted if you have changed the data range. Add a warning and a suggestion on how to fix it if your selected x vector does not match the new Y vectors in the datawizard. M +58 -2 src/libkstapp/datawizard.cpp M +5 -2 src/libkstapp/datawizard.h M +61 -24 src/libkstapp/datawizardpagedatapresentation.ui http://commits.kde.org/kst-plot/35d9ff2d8e743342c2890f09d9866e1bf882bdd9 |