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
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
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
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
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
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
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
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