Re: [Plplot-devel] Should the release of 5.9.11 be on December 14th or 21st?

2013-11-21 Thread Alan W. Irwin
On 2013-11-21 07:54- Andrew Ross wrote: Note the plan is to follow the 5.9.11 development release by a short debugging-only release cycle leading up to our next stable release, 5.10.0. So assuming this development release goes well in December, I might be making that long-overdue stable

Re: [Plplot-devel] Status of Tcl and friends

2013-11-21 Thread Arjen Markus
Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Wednesday, November 20, 2013 9:19 AM To: Arjen Markus Cc: PLplot development list Subject: Re: [Plplot-devel] Status of Tcl and friends Hi Arjen: On 2013-11-15 19:08-0800 Alan W. Irwin

Re: [Plplot-devel] Status of Tcl and friends

2013-11-21 Thread Arjen Markus
Hi Alan, -Original Message- From: Arjen Markus [mailto:arjen.mar...@deltares.nl] I know one thing: The EOF does not prevent the substitution of variables by the bash shell, so that the commands that plserver gets are not the intended commands: .../plserver EOF ... $plwin cmd

Re: [Plplot-devel] [Plplot-general] Any way to get a list of available devices to a program?

2013-11-21 Thread Andrew Ross
On Thursday 21 Nov 2013 12:50:43 Alan W. Irwin wrote: To James and Andrew: I am switching this discussion to the plplot-devel mailing list for obvious reasons. On 2013-11-21 15:08- James Tappin wrote: When a program using plplot is run without a device specified (or with an unknown

Re: [Plplot-devel] Status of Tcl and friends

2013-11-21 Thread Arjen Markus
Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] * Tested the ntk device. No display (unlike ~5 years ago when this simple device worked with no issues). Probably some updating of the Tk calls is required to get the display working again.

Re: [Plplot-devel] [Plplot-general] Any way to get a list of available devices to a program?

2013-11-21 Thread Alan W. Irwin
To James and Andrew: I am switching this discussion to the plplot-devel mailing list for obvious reasons. On 2013-11-21 15:08- James Tappin wrote: When a program using plplot is run without a device specified (or with an unknown device), the program produces a list of devices and prompts

Re: [Plplot-devel] [Plplot-general] Any way to get a list of available devices to a program?

2013-11-21 Thread Alan W. Irwin
On 2013-11-21 23:10- Andrew Ross wrote: On Thursday 21 Nov 2013 12:50:43 Alan W. Irwin wrote: To James and Andrew: I am switching this discussion to the plplot-devel mailing list for obvious reasons. On 2013-11-21 15:08- James Tappin wrote: When a program using plplot is run

Re: [Plplot-devel] Status of Tcl and friends

2013-11-21 Thread Arjen Markus
Hi Alan, -Original Message- From: Arjen Markus For the Tcl examples, the default toplevel window remains empty. But that may be due to not mapping the plot window correctly. Maybe that is what is happening on your system? I will dive further into this. I think I know what is

Re: [Plplot-devel] [Plplot-general] Any way to get a list of available devices to a program?

2013-11-21 Thread Maurice LeBrun
I became curious reading this thread so I had a look -- apparently the answer is in the code. From src/plcore.c: ... void plgDevs( const char ***p_menustr, const char ***p_devname, int *p_ndev ) { plgdevlst( *p_menustr, *p_devname, p_ndev, -1 ); } static void plgdevlst( const char

Re: [Plplot-devel] [Plplot-general] Any way to get a list of available devices to a program?

2013-11-21 Thread Maurice LeBrun
On Thursday, November 21, 2013 at 22:53:02 (-0600) Maurice LeBrun writes: I became curious reading this thread so I had a look -- apparently the answer is in the code. From src/plcore.c: ... void plgDevs( const char ***p_menustr, const char ***p_devname, int *p_ndev ) {