Re: [Plplot-devel] wxWidgets Driver

2015-02-13 Thread Jim Dishaw
There should be no problem if you increased that number. I have to ask if you need more than 100 simultaneous plots. You can use pladv() or the plbop()/pleop() functions to advance to a new page. If you really want a fresh state you can do a plend1() call and then start over. A better

[Plplot-devel] wxWidgets Driver

2015-02-13 Thread laurent Berger
Hi, I am using plplot for image processing with many plplot windows more than 100. In source plplot streams seems limited to 100 (#define PL_NSTREAMS 100 // Max number of concurrent streams. plplotP.h line 289). Is it possible to increase this values? Thanks for yours answers

Re: [Plplot-devel] wxWidgets driver and line breaks

2012-04-26 Thread Alan W. Irwin
On 2012-04-26 22:27+0100 Andrew Ross wrote: Phil, Do you have a small test program to illustrate this? It would be useful to check other drivers with. I suspect you are right in that this is on a driver-by-driver basis. Actually, it's pretty trivial to make a quick check. I just tried

[Plplot-devel] wxWidgets driver and line breaks

2012-04-25 Thread phil rosenberg
Hi I've just hit a small problem using the wxWidgets driver dealing with line breaks when outputting text.   Basically when I use wxGraphicsContext for on screen display line breaks are dealt with as I might expect. However when I use a wxDC (e.g. wxMetafileDC) the line breaks are ignored. I