https://bugs.kde.org/show_bug.cgi?id=426440

--- Comment #4 from Alexander Semke <alexander.se...@web.de> ---
(In reply to Orestes Mas from comment #3)
> I tested the current master branch. Great! Being able to set the backgroud
> color greatly improves readability in most situations.
Thanks for the validation!

> However, a minor glitch persist: labels are drawn on top of grid, which is
> normally desirable, but main axes are sill drawn after labels, on top of
> them. See the "0,0" tick label in the second attachment.
Unfortunately there is no easy solution for this problem now... The axes are
plotted on top of everything else and they are plotted one after another. In
this example the y-axis is plotted after the x-axis. Since the axis labels
belong internally to the axis object and are drawn together with the line, the
line of the y-axis overrides the labels of the x-axis. To solve this we'd need
to separate the drawing of the labels from the drawing of the lines and to draw
the labels on top of the lines. This is a somewhat bigger task... I've added it
to our TODO-list.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to