| Summary: | Line weight setting for plot axis lines | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Netterfield <netterfield> |
| Component: | general | Assignee: | Netterfield <netterfield> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | HI | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Netterfield
2006-03-07 05:58:14 UTC
1.3.0 SVN commit 516571 by netterfield: CCBUG: 123211 Add settings to the Plot Dialog (they don't do anything yet). M +289 -115 plotdialog.ui SVN commit 516895 by netterfield: BUG: 123211 Long flight - Barth gets some work done... Impliment line weight settings for plot axis lines Also something perhaps a little more controversial: By conventions I am familiar with, weight=0 -> use thinest line availible weight=N -> use n-pt width line. This is not what the line weight stuff for curves used to do. Instead, the line width was some function of the size of the plot. I have changed it to the above definition, and changed the default line widths to 1. Kst files which stored their line width as 0 will now print curves with the thinnest possible line width... which is a change. thoughts? cbn M +1 -0 libkstapp/kst.cpp M +48 -22 libkstapp/kst2dplot.cpp M +14 -1 libkstapp/kst2dplot.h M +19 -2 libkstapp/kstplotdialog_i.cpp M +7 -7 libkstapp/plotdialog.ui M +5 -5 libkstmath/kstvcurve.cpp |