help-octave
[Top][All Lists]
Advanced

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

Re: Multi-page ps output (1-page output wanted)


From: Claudio Belotti
Subject: Re: Multi-page ps output (1-page output wanted)
Date: Sat, 07 May 2005 17:15:57 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Hi Maciej,
you can do:

hold on
plot(...)
hist(...)
hold off

print("/tmp/plot.ps","-color")


print is part of octave-forge (http://octave.sourceforge.net/)

regards

Claudio



Maciej Bliziński wrote:
> Maciej Bliziński wrote:
> 
>>Hello,
>>
>>I'd like to produce a set of 1-page postscript files. I've read
>>everything I could find. Here's my problem example:
> 
> 
> I'll write more about the problem.
> 
> I'd like to produce a set of postscript files with plots. Each plot is
> generated from two functions: hist and plot, overlayed, using "hold on"
> and "hold off".
> 
> I've read about how to create postscript files: it's about switching the
> gnuplot output to postscript, redirecting it into a file and replotting
> an already plotted plot.  Unfortunately, this in my case gives an empty
> page.
> 
> I can redirect output *before* plotting. This gives a postscript file
> with multiple pages (instead of one).
> 
> What I want is a non-blank, one page postscript output. Any ideas?
> 




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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