Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-16 Thread phil rosenberg
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

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-16 Thread Andrew Ross
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

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-16 Thread Andrew Ross
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

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-14 Thread phil rosenberg
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

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-14 Thread phil rosenberg
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

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-14 Thread Andrew Ross
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

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-13 Thread phil rosenberg
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