Summary: | Auto-update for axis labels | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2006-06-20 15:11:24 UTC
This requires some thinking (ie: a plan) about the performance impact along with an implementation similar to what is in KstViewLabel. The current behaviour is that if a new curve is added to a plot the axes labels are automatically updated - overriding any user-defined axis label. This is clearly not desirable. SVN commit 748606 by arwalker: CCBUG:129489 first draft of desired functionality for auto-labelling of axes M +31 -4 kst2dplot.cpp M +13 -2 kst2dplot.h M +88 -6 kst2dplotwidget_i.cpp M +7 -1 kst2dplotwidget_i.h M +95 -96 view2dplotwidget.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=748606 SVN commit 763232 by arwalker: BUG:129489 Correctly handle auto-labelling of axes and title. M +0 -1 kst.cpp M +3 -3 kst2dplot.cpp M +3 -1 kstmatrixtable.cpp M +2 -0 kstviewmatricesdialog_i.cpp M +1 -1 kstviewvectorsdialog_i.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=763232 |