[Plplot-devel] Capturing output in memory

2012-04-20 Thread Schwab,Wilhelm K
I have a working interface to PLplot, but it relies on temporary disk files, which is not at all attractive. Some time ago, I asked how to avoid this and there were solutions, but not ones that were within easy reach. IIRC, one option was to set up a quad RGB buffer and use (Cairo?) to draw on

Re: [Plplot-devel] Legends

2010-10-06 Thread Schwab,Wilhelm K
will not make a bit of difference by comparison. Bill From: David MacMahon [dav...@astro.berkeley.edu] Sent: Wednesday, October 06, 2010 12:59 AM To: Alan W. Irwin Cc: Schwab,Wilhelm K; Plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Legends

[Plplot-devel] Legends

2010-10-05 Thread Schwab,Wilhelm K
I started out trying to build the new release and did not get far with the instructions on the wiki. Then I found this: http://www.linuxquestions.org/questions/linux-newbie-8/unable-to-install-and-build-plplot-5-9-a-789425/ Building plplot-5.9.5 : 1) cd plplot-5.9.5/ , 2) mkdir build 3) cd

[Plplot-devel] FW: [Plplot-general] Error using threads, GTK and Cairo driver

2010-09-29 Thread Schwab,Wilhelm K
From: Schwab,Wilhelm K Sent: Wednesday, September 29, 2010 10:11 AM To: Johan Mazel Subject: RE: [Plplot-general] Error using threads, GTK and Cairo driver John, I would be happy with anything (Ocaml is fine) any time (not in a big rush); if you have

[Plplot-devel] Timing of plsfnam()

2010-09-25 Thread Schwab,Wilhelm K
The ultimate fix to my concern here will be to move to a memory device driver, but for right now I am trying to distract myself from that and get some much needed work done (small grant proposal). The question is one of design in my Smalltalk binding: how should it work? How can it work? One

Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB?

2010-09-22 Thread Schwab,Wilhelm K
! Bill From: Hazen Babcock [hbabc...@mac.com] Sent: Wednesday, September 22, 2010 10:48 AM To: Schwab,Wilhelm K Cc: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB? Schwab,Wilhelm K wrote: Alan, Hazen, I certainly

[Plplot-devel] plenv() axis parameter

2010-09-22 Thread Schwab,Wilhelm K
Is there any bit arithmetic behind this from the manual: axis = -2: No box or annotation. axis = -1: Draw box only. axis = 0: Draw box, labeled with coordinate values around edge. axis = 1: In addition to box and labels, draw the two axes X = 0 and Y = 0. axis = 2: Same as axis =

Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB?

2010-09-21 Thread Schwab,Wilhelm K
[hbabc...@mac.com] Sent: Monday, September 20, 2010 6:40 PM To: Schwab,Wilhelm K Cc: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB? Schwab,Wilhelm K wrote: First, are any of you using plsmem() to obtain graphs w/o saving them to a file

Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB?

2010-09-21 Thread Schwab,Wilhelm K
:24 AM To: Schwab,Wilhelm K; Hazen Babcock Cc: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB? On 2010-09-21 10:43-0400 Schwab,Wilhelm K wrote: Hazen, Ideally, I would prefer a cross-platform solution, but the reality is that I work on Linux. Cairo

Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB?

2010-09-20 Thread Schwab,Wilhelm K
From: Hazen Babcock [hbabc...@mac.com] Sent: Monday, September 20, 2010 6:40 PM To: Schwab,Wilhelm K Cc: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] plsmem(), RGB+alpha vs. RGB? Schwab,Wilhelm K wrote: First, are any of you using plsmem() to obtain graphs w/o