From help-request at octave dot org Fri Feb 4 10:58:48 2005 Subject: Re: Use of the Octave-Forge print routine on a Mac From: Joe Koski To: "Dmitri A. Sergatskov" CC: Octave Help Date: Fri, 04 Feb 2005 10:03:30 -0700 Thanks, Dmitri, that did it. I have tried various combinations this morning including changing fonts and font size and print worked with them all. Who knows what was happening? I guess my next submission should be to the Journal of Irreproducible Results. I don't know that I tried the combination of parentheses and " marks together when I was experimenting. The on-line example has no quotes and no parenthesis. Anyway, thanks to all for the help. Problem solved, and print works as advertised. Joe on 2/3/05 9:35 PM, Dmitri A. Sergatskov at dmitri at unm dot edu wrote: > Joe Koski wrote: >> I decided to try to move into the 21st century and try to replace a few of >> my old replot commands with the Octave-Forge print command. In trying to get >> print to work, I read the help file, and the on-line help files, but still >> no luck. >> > > Can you do the following: > > octave:1> s=rand(10); > octave:2> plot(s) > octave:3> print("test1.eps", "-FTimes-Roman","-depsc") > > and report if it works, and if not what was the error message? > > Regards, > > Dmitri. > p.s. Yes, it works for me :) ------------------------------------------------------------- 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 -------------------------------------------------------------