[Kst] [Kst-plot/kst] 56c1c4: Improve the multiple vector view:
Barth Netterfield
barth.netterfield at utoronto.ca
Thu Oct 10 22:18:51 UTC 2013
Looks good.
A couple minor comments I don't have solutions for:
-It does not handle fields with different numbers of samples per frame (that
is, it ignores the possibility.)
If you list the x vector of some curve (at 1 sample per frame) and the vector
from the same curve (at 2 samples/frame) you might want to have the spacing
different... Maybe something like:
1 1
2
2 3
4
3 5
6
4 7
On the other hand, if you list the Y output vector from a histogram, and the
vector that went into the histogram, there is no reason to associate one with
the other, so... ?
All this being said, I think that the first sample should line up with the first
sample, and the last sample with the last sample, and all the samples in
between should just land where they land (which may be with different spacing.)
Not sure how possible this is.
-vector selection, while compact, is non intuitive (though for a long time,
we did have combo selectors like this).
Slightly slower to use, but easier to understand might be to put a + icon to
the right of the selector,
eg
|vectorname (V4)| [+]
and have that button add the vector, and not selection.
Thoughts?
On October 10, 2013 12:53:42 PM Nicolas Brisset wrote:
> Branch: refs/heads/manyvectors
> Home: https://github.com/Kst-plot/kst
> Commit: 56c1c420d02a387116d898a3a3d73edbcc63c397
>
> https://github.com/Kst-plot/kst/commit/56c1c420d02a387116d898a3a3d73edbcc63
> c397 Author: Nicolas Brisset <nicolas.brisset at free.fr>
> Date: 2013-10-10 (Thu, 10 Oct 2013)
>
> Changed paths:
> M src/libkstapp/vectormodel.cpp
> M src/libkstapp/vectormodel.h
> M src/libkstapp/viewvectordialog.cpp
> M src/libkstapp/viewvectordialog.h
> M src/libkstapp/viewvectordialog.ui
>
> Log Message:
> -----------
> Improve the multiple vector view:
> - no crash
> - allow drag&drop of columns
> - remove with context menu
--
Barth Netterfield
University of Toronto
416-845-0946
More information about the Kst
mailing list