Comfortable Octave usage on Windows
Søren Hauberg
soren at hauberg.org
Thu Apr 30 08:55:02 CDT 2009
tor, 30 04 2009 kl. 09:39 -0400, skrev Joshua Stults:
> If I had still been there I would have told them to ask the help list,
> so I'll ask belatedly: what's the recommended method of producing nice
> looking graphics from Octave in windows? When I left I think they
> were using something like:
>
> >> print("foo.jpg", "-djpg")
>
> Those ended up looking really 'jaggy' when pasted into documents or
> slides, and I also seem to remember we had a lot of trouble with
> finding the fonts so the axis labels saved properly. We used the
> windows installer from octave-forge.
I don't use Windows, but the some "problem" appears on other platforms
as it comes from the fact that you use a pixel based image format. Just
replace "jpg" with "pdf" in the above, and you should get really nice
graphics. I don't know if you can use PDF documents in Word, etc,
though...
Søren
More information about the Help-octave
mailing list