From help-request at octave dot org Sun Feb 6 16:27:43 2005 Subject: black and white printable graphs From: NZG To: help at octave dot org Date: Sun, 6 Feb 2005 16:30:57 -0600 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 -------------------------------------------------------------