From: Jim D. <ji...@di...> - 2016-01-29 05:05:02
|
> On Jan 28, 2016, at 8:15 PM, Greg Jung <gv...@gm...> wrote: > > Hi all, > > I've been having difficulties under windows with plplot 5.11+ > when used with GDL (gnudatalanguage). When I run a test > that exercises 2-d bitmaps and line plots together (test_tv.pro <http://test_tv.pro/>), > I got wrong behavior. I discovered the offense did not happen > for plplot created in December 2014 - which I had saved - but > every version since therework of src/plbuf.c (mid-Jan 2015) had the issue. > Can you describe the wrong behavior? Does it occur when you resize? > I narrowed it down to the single line call to plP_bop() at the end > of the rdbuf_bop routine. When this call is not made from plbuf.c, > everything is working well (using wingc). > I will take a look at the plP_bop() call in rdbuf_bop(). My suspicion is that it shouldn’t be removed. |