help-octave
[Top][All Lists]
Advanced

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

black and white printable graphs


From: NZG
Subject: black and white printable graphs
Date: Sun, 6 Feb 2005 16:30:57 -0600
User-agent: KMail/1.7.1

Currently when I generate graphs I use the octave-forge print utility to 
create jpg's and then import them into PDF's

i.e.
plot(n,(ylow+yhigh),"^;;6");
title('y(n)');
xlabel('n');
ylabel('y');
print('graph5.jpg','-djpg')

I've discovered, however, that the colored lines of plot utility do not show 
up at all on my black and white printer.

I have also discovered that the Octave plot utility doesn't seem to be able to 
generate black lines.

Am I missing something?
How is this typically done?

thx,
NZG. 



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