octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: figure window size with handle graphics


From: Jonathan Stickel
Subject: Re: figure window size with handle graphics
Date: Sun, 29 Jul 2007 19:01:35 -0600
User-agent: Thunderbird 2.0.0.4 (X11/20070604)

Peter Gustafson wrote:
Jonathan Stickel wrote:
Is there a way to set the figure window size with the new handle graphics paradigm? It used to be as simple as

 > __gnuplot_set__ size 0.5

but now those commands seem to be completely ignored if octave plotting commands are used. I really find setting the window size to be helpful in producing publication quality plots.

Thanks,
Jonathan
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave
Jonathan,

I don't believe there is, as I looked into this a bit ago and didn't
find anything.
I've considered modifying some of the code to create size as an axes or
figure property (and having it passed through to gnuplot).
Alternatively, one could create and pass a size argument to the print
function.  I've implemented this latter option locally for epslatex
only, and am happy with the result.  I'm willing to share the patch,
however I haven't posted it because I think the actual implementation
should be discussed on the devel list.  I'm sure there are many things I
haven't considered yet.

Good luck,
Pete


Pete

I hope you don't mind me cc'ing back to the list. I am also cc'ing the maintainer's list in a hope to generate some discussion.

I noticed that I can use the -F:SIZE option with the print command to help with the relative font to figure size. However, it would still be nice to specify the figure size itself since some publishers can be picky about this.

Jonathan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]