Bug 86061 - Better axis alignment needed
Summary: Better axis alignment needed
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-27 02:38 UTC by Netterfield
Modified: 2004-08-23 23:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Netterfield 2004-07-27 02:38:01 UTC
Version:           0.99-devel (using KDE 3.2 BRANCH >= 20040204, Mandrake Linux Cooker i586 - Cooker)
Compiler:          gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
OS:                Linux (i686) release 2.6.2-3mdk

A more rich axis alignment algorithm is needed.

I suggest:

-The X location of the axis should be the same for all plots of the same width that are in the same column
-The Y top and bottom location of the azis should be the same for all plots of the same height that are on the same row.
Comment 1 Andrew Walker 2004-08-23 23:32:15 UTC
CVS commit by arwalker: 

Provides better axis alignment by ensuring x-axes align for plots that are at the same location in the horizontal sense, and by enseuring y-axes align for plots that are at the same location in the vertical sense.

CCMAIL: 86061-done@bugs.kde.org


  M +26 -14    kst2dplot.cpp   1.245
  M +2 -2      kst2dplot.h   1.101
  M +117 -5    kstalignment.cpp   1.2
  M +21 -8     kstalignment.h   1.2
  M +5 -7      ksttoplevelview.cpp   1.72
  M +26 -2     kstviewobject.cpp   1.88
  M +1 -1      kstviewobject.h   1.70