Hi Olivier,
(renamed subject line to match discussion thread a bit)
Hi Nathan,
Here is a little patch that add an anti aliasing option per graph. The
option is also saved in the view.
See attached patch and saved view...
Great - thanks; looks good after an initial glance - will review properly
and merge
later today.
I'm actually working on the layout of tabs, first by adding a column
option that would let the user split the tab also vertically.
Ah, interesting, I know one or two other people who have wanted that also.
Its a
bit of a challenge in figuring out how to do the unified time axis (and
time control
button) - some challenging screen layout issues there. If those items
became child
widgets of the tab, it might actually simplify some of the existing code
and would
make your changes easier to implement I think.
Also, take a look at the Qwt SVN tree - there is an (experimental) example
in there
of how to implement a grid with aligned chart axes, which might be useful
to you.
We still need to do proper alignment of the charts vertically - iow, the
minimum,
maximum, and each tick value on the X-Axis should be aligned for each
chart that
is stacked vertically (this is currently a bug in kmchart, & its on my
TODO list to fix
before the 1.0 release).
How are you planning on implementing your horizonal charts option? Would
there
be a horizontal QSplitter, with the existing vertical QSplitter's as
children? And had
you planned on doing one time axis for each column? Sounds an interesting
feature
anyway, I'm keen to see how it works out!
cheers.
--
Nathan