Re: [Plplot-devel] Slave displays

2017-10-03 Thread Phil Rosenberg
Yes I agree On 3 October 2017 at 10:24, Alan W. Irwin wrote: > On 2017-10-03 00:50+0100 Phil Rosenberg wrote: > >> I think I see how this works now. >> Basically the example plots to both streams then execution halts while >> it waits for the page to advance on the "master" plot. But this isn't >

Re: [Plplot-devel] Slave displays

2017-10-03 Thread Alan W. Irwin
On 2017-10-03 00:50+0100 Phil Rosenberg wrote: I think I see how this works now. Basically the example plots to both streams then execution halts while it waits for the page to advance on the "master" plot. But this isn't specifically due to coms between any of the streams, it is simply because

Re: [Plplot-devel] Slave displays

2017-10-02 Thread Phil Rosenberg
I think I see how this works now. Basically the example plots to both streams then execution halts while it waits for the page to advance on the "master" plot. But this isn't specifically due to coms between any of the streams, it is simply because without setting plspause(0) execution hangs until

Re: [Plplot-devel] Slave displays

2017-10-02 Thread Alan W. Irwin
On 2017-10-02 16:10+0100 Phil Rosenberg wrote: Hi Alan I've been going through the various wxWidgets bugs on the bug tracker. The ones that remain are the rather more technical ones or the ones that I'm not sure what the correct behaviour should be. In particular the slave display thing is a bi