Hi All - This is the first day I have being using PLplot, and my first post to this list, so please be gentle...
I'm a long-time pgplot user (from C). I've been using Python for some time, but
not really doing any complicated graphics, so I just used matplotlib. Now I
want to do something more advanced, I have decided I hate matplotlib. Rather
than use the python bindings to pgplot, I thought I would give PLplot a whirl.
So far, I have been really impressed, and have gone a long way, using my pgplot
knowledge, and looking for similarities in PLplot.
But, I am having what is probably a simple error on my part. I want to create a
number of sub-pages, and then draw in each of them in semi-random order. It
seems I should be able to do that by calling pladv(n), where n is the sub-page
number. However, I only seem to be able to advance forwards, not backwards (for
both e.g. xwin and ps). To try and isolate what is happening, I wrote a trivial
Python routine, attached. It will advance forward, but my attempts to advance
backwards produce no error messages, but also no output. Maybe I have a missing
call to some other routine, or something?
Any guidance greatly appreciated.
Regards,
Richard
subPageDemo.py
Description: subPageDemo.py
temp.ps
Description: temp.ps
------------------------------------------------------------------------------
_______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
