Calling "set y axis right" (or the equivalent for the x
axis) has no effect on the next "draw y axis". This is
a quick fix which has the desired effect only if "set y
axis right" is called just before "draw y axis".
In addition to this patch line 3194 of set.cc (_yatleft
= true; in the set_y_axisCmd() function) and the
equivant line for the x axis needs to be relocated.
According to the docs "set y axis right" only affects
the next y axis drawn, in which case the line in
question belongs at the end of the draw_y_axisCmd()
function in draw.cc, or if the preference where to be
made toggleable the line in question should simply be
removed.
partial fix to allow scales to be drawn on the other side of axis
Logged In: YES
user_id=31559
Sorry to have not noticed this. Unless things are assigned to me
(dankelley), I might miss them. I check the bugs quite often but I'm not so
good at noticing the patches.
I'll check into this. Thanks /very/ much for helping; I get patches fairly
rarely, and I really appreciate the help.
Dan.