Version: 1.2.0_devel (using KDE 3.1.4) Installed from: compiled sources Compiler: gcc version 3.3 20030304 (Apple Computer, Inc. build 1495) OS: Darwin (Power Macintosh) release 7.9.0 Markers are already useful to highlight events but I would like to propose to extend some of their features. 1) It would be very useful to be able to use scalars (e.g., [vector-Max]) to define markers instead of only fixed values (e.g., 1000). 2) I would like to be able to use a vector to identify marker positions. This vector would only be an array of marker position (not 0-1 and 1-0 edges). 3) It would be useful to be able to modify the linestyle and color of markers (by default they are grey dash).
Created attachment 16510 [details] Proposed patch Proposed changes to UI for part 3) of the bug report.
SVN commit 549195 by arwalker: CCBUG:128733 Make it possible to define the line style, width, and color for markers. Addresses part 3 of the bug report. M +33 -7 kst2dplot.cpp M +16 -3 kst2dplot.h M +45 -1 kstplotdialog_i.cpp M +2 -1 kstplotdialog_i.h M +174 -30 plotdialog.ui
For part 2 would it be sufficient to add another checkbox item in the Automatic Marker Generation field so that the user can specify to use the vector values themselves for markers? This would restrict the user to a single vector, but this is already the case.
For part 1 if the scalar value changes would you expect the marker position to change to reflect this?
So part 2 would actually need another entry for specifiying the vector, as the current automatic marker generation takes a curve and not a vector.
Created attachment 16539 [details] Proposed patch proposed UI change to allow vector to define marker values
Created attachment 16541 [details] Proposed patch This addresses part 2 of the bug report
In general, looks good.
SVN commit 550752 by arwalker: CCBUG:128733 Allow user to specify vector with values to be used as markers M +97 -55 eqdialogwidget.ui M +71 -8 kst2dplot.cpp M +9 -2 kst2dplot.h M +4 -1 ksteqdialog_i.cpp M +39 -12 kstplotdialog_i.cpp M +258 -226 plotdialog.ui
I'd like to 'vote' for part 3 of this bug report. The ability to change the plot marker style. I'm not like Mr. Ford, and I would like markers in more than just black (and more than just dashed).
Part 3 has already been addressed. Only part 1 remains.
Reply to comment 11 from Andrew Walker Ooops, I guess my kst is too old.
Could be still open in Kst 1.