Re: [Plplot-devel] Commit of universal coordinate transform support - request for testing

2010-04-14 Thread Hazen Babcock
Hezekiah M. Carty wrote: > PLplot developers and interested users, > > With PLplot trunk rev. 10905, I have committed basic support for > universal 2D coordinate transformations in PLplot using a new > function, plstransform. The commit includes an additional page in > example 19 to illustrate ho

Re: [Plplot-devel] Suggested patch for plstripc.c

2010-04-14 Thread Hazen Babcock
Maimone, Andrew wrote: > Hello all, > > I would like suggest a patch to plstripc.c to address a problem I am having > with strip charts when the accumulate mode is off. As-is, the difference > between stripc->xmax and stripc->xmin can vary from stripc->xlen and can > cause points to not be plot

Re: [Plplot-devel] Suggested patch for xwin.c

2010-04-14 Thread Hazen Babcock
Hi Andrew, Any thoughts on how hard it would be to fix the problem, rather than just minimizing it? Is it possible to wrap this section of code with a directive that would cause it to get executed in a non-threaded fashion? -Hazen Maimone, Andrew wrote: > Hello all, > > I would like suggest

[Plplot-devel] Suggested patch for xwin.c

2010-04-14 Thread Maimone, Andrew
Hello all, I would like suggest a patch to xwin.c to addresses a problem I am having. The problem is a synchronization issue between the plplot core and xwindows driver when multiple streams/windows are present. The events thread in xwin.c saves and restores the current stream to handle expose/r

[Plplot-devel] Suggested patch for plstripc.c

2010-04-14 Thread Maimone, Andrew
Hello all, I would like suggest a patch to plstripc.c to address a problem I am having with strip charts when the accumulate mode is off. As-is, the difference between stripc->xmax and stripc->xmin can vary from stripc->xlen and can cause points to not be plotted until their difference again ex

Re: [Plplot-devel] Linking problem with 64-bit Ada compiler on OS X 10.5.8 Leopard

2010-04-14 Thread Jerry
Yes, thanks Werner. I re-downloaded the binary yesterday (before I posted to the list) just in case I had accidentally downloaded the wrong thing earlier or there had been an update, but there was no change in my build results. From the page you linked, I downloaded http://get.qt.nokia.com/q

Re: [Plplot-devel] Linking problem with 64-bit Ada compiler on OS X 10.5.8 Leopard

2010-04-14 Thread Werner Smekal
Hi Jerry, > I've changed the paths in my build script (below) to accommodate the > new compiler. cmake sees it. The build goes OK until it hits a linking > problem. Here is the problem encountered when linking to a qt library. > FWIW, my Qt installation is the OS binary from > http://qt.nok

[Plplot-devel] Linking problem with 64-bit Ada compiler on OS X 10.5.8 Leopard

2010-04-14 Thread Jerry
I have just upgraded my Ada compiler (GNAT GPL 2009) because the one I have been using has a small bug. The old version was 32 bits and the new version is 64 bits. I'm on OS X 10.5.8 (Leopard). Bad idea. I've changed the paths in my build script (below) to accommodate the new compiler. cmak