| Summary: | Tie boxes can overlap plots | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | George Staikos <staikos> |
| Component: | plotting | Assignee: | kst |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | showing tie boxes overlapping | ||
|
Description
George Staikos
2004-11-10 14:21:47 UTC
Created attachment 8238 [details]
showing tie boxes overlapping
Judging from the code this appears to be deliberate (see GetTieBoxRegion()). Previously it probably wasn't a problem but a change was made to reclaim some of the top border if no plot title was given. This leads to a vertical overlap where none could exist before. We can: 1) leave as is 2) revert code so that top border space is enlarged without title On Wednesday 10 November 2004 17:33, Andrew Walker wrote: > ------- Judging from the code this appears to be deliberate (see > GetTieBoxRegion()). Previously it probably wasn't a problem but a change > was made to reclaim some of the top border if no plot title was given. This > leads to a vertical overlap where none could exist before. > > We can: > 1) leave as is > 2) revert code so that top border space is enlarged without title Well it looks a bit odd right now. I can't think of anything other than #2 though. Barth? I prefer to leave it as it is. The tie boxes don't show up in a print. cbn Plot maintainer has spoken. Change version to 1.x |