From: Phil R. <p.d...@gm...> - 2015-06-08 18:26:47
|
Unfortunately you are correct, you get poor results and even when drawing you need to store your coordinates with subpixel resolution by telling plplot that your window is bigger than it really is. My understanding is that wxWidgets is mostly similar to the windows API so you might find checking what is done there helps. Any questions just ask. Good luck Phil -----Original Message----- From: "Jim Dishaw" <ji...@di...> Sent: 08/06/2015 12:54 To: "Phil Rosenberg" <p.d...@gm...> Cc: "PLplot development list" <Plp...@li...> Subject: Re: [Plplot-devel] The multiple keypress problem when usinginteractive drivers On Jun 8, 2015, at 7:24 AM, Phil Rosenberg <p.d...@gm...> wrote: >> >> I agree. In the new wingdi I tried to minimize the use of the stream. > Out of curiosity, how do you deal with redraws then - or do you just > not scale anything and store the bitmap for refreshing? > I looked at using the stretched blit, but I didn't think it would give good results of the plot was small and the maximized. I'm still using the plRemakePlot, which is why I'm having problems with the extra plP_eop call. |