r.
Thanks and have a good weekend
Phil
From: Andrew Ross
To: phil rosenberg
Cc: "[email protected]"
Sent: Friday, 16 November 2012, 21:07
Subject: Re: [Plplot-devel] poor vectors when using wxwidgets
Phil,
Your original pa
Phil
> ?
>
>
> ____________
> From: Andrew Ross
> To: phil rosenberg
> Cc: "[email protected]"
> Sent: Wednesday, 14 November 2012, 10:11
> Subject: Re: [Plplot-devel] poor vectors when using wxwidgets
>
>
&g
er way (i.e,
> for y differences in the y direction and x differences in the x direction)?
> ?
> Phil?
>
>
> From: Andrew Ross
> To: phil rosenberg
> Cc: "[email protected]"
> Sent: Wednesday, 14 Novem
and x differences in the x direction)?
Phil
From: Andrew Ross
To: phil rosenberg
Cc: "[email protected]"
Sent: Wednesday, 14 November 2012, 10:11
Subject: Re: [Plplot-devel] poor vectors when using wxwidgets
Phil,
Thank
t"
Sent: Wednesday, 14 November 2012, 10:11
Subject: Re: [Plplot-devel] poor vectors when using wxwidgets
Phil,
Thanks for the patch. Before applying I decided to try the same thing
on other drivers.
xwin - behaves the same as wxwidgets, i.e. it rescales the plot to fit
the page and distort
Phil,
Thanks for the patch. Before applying I decided to try the same thing
on other drivers.
xwin - behaves the same as wxwidgets, i.e. it rescales the plot to fit
the page and distorts vectors (also text too so this is not a sensible
thing to do with xwin)
qtwidget - maintains the aspect rati
It turns out I've managed to solve my own problem. The wxWidgets driver was
calling plP_setphy with constant values irrespective of the actual width and
height of the window. I've replaced the constants with dev->width and
dev->height which were assigned from pls->xlength and pls->ylength (which