Opened 18 years ago
Closed 16 years ago
#1156 closed defect (fixed)
Inconsistent plot labels
| Reported by: | pitts | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | DVO | Version: | 2.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
The placing of labels on plots using the "labels" command produces inconsistent results, either with one or multiple plots per Kapa window. Sometimes a label is closer to the axis, sometimes farther away, and sometimes does not appear at all (either it doesn't get written or is written off-screen).
This may have to do with its interaction (if any) with the "limits" and "box" commands, as they are often used just before or after the "labels" command.
Change History (1)
comment:1 by , 16 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I cleaned up the code that handles the label plotting to have more control over the number of chars and the number of significant digits. I believe this is all better now.