I would like to create the plot with a different size and I am unsure of the many options I should be using.
It seems like it should be as simple as a pagesize command.
Does anybody have any advice?
Linda
Hi Linda, you should use the "-geometry" command line option, see here:
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.7/advanced.html#arguments
within your program you can use the plsetopt command to set command line options. AFAIR you need to call this function before plinit.
Btw, better use the mailing list for questions (plplot-general), since these forums are not frequently visited by developers.
Regards, Werner
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.7/plsetopt.html
I forgot.
Log in to post a comment.
I would like to create the plot with a different size and I am unsure of the many options I should be using.
It seems like it should be as simple as a pagesize command.
Does anybody have any advice?
Linda
Hi Linda, you should use the "-geometry" command line option, see here:
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.7/advanced.html#arguments
within your program you can use the plsetopt command to set command line options. AFAIR you need to call this function before plinit.
Btw, better use the mailing list for questions (plplot-general), since these forums are not frequently visited by developers.
Regards,
Werner
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.7/plsetopt.html
I forgot.