help-octave
[Top][All Lists]
Advanced

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

hold plot to file not working


From: Rick Smegal
Subject: hold plot to file not working
Date: Wed, 16 Jun 2004 16:28:04 -0700
User-agent: KMail/1.5.1

Hail,
  Hold appears ineffective when
writing plots to a png graphics file. Is this a
limitation of the device or of plot?

Test code:
---------------------
axis([min_lag_re*1.5, max_lag_re*1.5, 0, max(yh(iwc,:))*1.1]);
gset term png medium
gset output "/home/rsmegal/Desktop/plottest.png"
plot(xh(iwc,:),xpdf(iwc,:))
hold on
bar(xh(iwc,:),yh(iwc,:))
hold off
closeplot
----------------------
Octave version: 2.1.50


Rick Smegal
-- 
Aardvark Resources
email: address@hidden



-------------------------------------------------------------
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]