I have experienced this when plotting anywhere from 2 - 5 data sets. What I like to do is have a live display of the same data with varying time periods. When I add a second tab with the same data as the first only plotting a smaller time period the axis is the same as the first tab. It may be that I am not using the tool in a way that is standard but it would be nice if the second tab would be correct. Also it seems like if I zoom on either tab and don't have it tied across all the plots the axis gets messed up as well. Reproducible: Always Steps to Reproduce: 1. open a file with more then two data sets 2. plot each data set as a seperate tab 3. open a second tab with same data sets and plot less data Actual Results: X-axis on will be the same on both tabs Expected Results: X-axis should be reflective of actual number of same/time on each tab.
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