From: Jim D. <li...@di...> - 2018-05-25 20:51:44
|
> On May 25, 2018, at 3:02 PM, David Bergman <stu...@gm...> wrote: > > I have a question about the examples. > There's code for generating all the plots that appear on the PLplot website but whenever I compile and run them I just get the first in the list. > The functions (or objects) take inputs but I cannot seem to execute them with other options for which plot to generate (I can choose the output device as expected). > > Can anyone provide a quick response about what I'm doing wrong? > In each demo, the subsequent plots are on a new page. If you are using an interactive device, you need to advance the page. On a non interactive device (e.g. a PDF), you should get all the pages. Please let me know if that is not working for you. > Thank you. > David > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general |