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 solution would be to make the number of plot streams dynamic, which is a pretty easy fix. That way a library user doesn't have to worry about a fixed limit. > On Feb 13, 2015, at 4:00 PM, laurent Berger <[email protected]> > wrote: > > 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 > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Plplot-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/plplot-devel ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
