Please allow circles to be displayed as a possible point type.
It is important that the circles do not change aspect ratio
when you resize the window. Is this feasible?
> Please allow circles to be displayed as a possible point type.
Good point. Actually I'd like to mimic the first 15 postscript points
tyles for AQT. Right now it uses gnuplot's default implementation
do draw markers. Unfortunately, this probably won't happen until
all major changes currently underway are done. (Unless
someone steps in and provides a patch of course ;-)
> It is important that the circles do not change aspect ratio
> when you resize the window. Is this feasible?
Well, there is no way (AFAIK) to tell gnuplot that the axis ratio of
the plot changed and request a new plot.
However, as of AQT version 0.3.2 the windows are constrained to
the width/height ratio set when the plot is first drawn, so it
shouldn't be a problem. What version are you using?
/Per
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=350616
> Please allow circles to be displayed as a possible point type.
Good point. Actually I'd like to mimic the first 15 postscript points
tyles for AQT. Right now it uses gnuplot's default implementation
do draw markers. Unfortunately, this probably won't happen until
all major changes currently underway are done. (Unless
someone steps in and provides a patch of course ;-)
> It is important that the circles do not change aspect ratio
> when you resize the window. Is this feasible?
Well, there is no way (AFAIK) to tell gnuplot that the axis ratio of
the plot changed and request a new plot.
However, as of AQT version 0.3.2 the windows are constrained to
the width/height ratio set when the plot is first drawn, so it
shouldn't be a problem. What version are you using?
/Per