Summary: | improve markers definition and properties | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Marc-Antoine Miville-Deschenes <mamd> |
Component: | general | Assignee: | kst |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | syntheticpp |
Priority: | NOR | ||
Version: | 1.10.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Proposed patch
Proposed patch Proposed patch |
Description
Marc-Antoine Miville-Deschenes
2006-06-07 12:07:43 UTC
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. |