help-octave
[Top][All Lists]
Advanced

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

Symbol font question answered..


From: Manojit Roy
Subject: Symbol font question answered..
Date: Mon, 2 Jun 2003 15:44:08 -0400 (EDT)

I found a way to fix the symbol font problem by using "{/Symbol}" syntax
with Gnuplot's "postscript enhanced" term setting. Example:

octave> gplot data u 1:3 ti "{/Symbol d}=0"
octave> gset term postscript enhanced
octave> gset output "test.ps"
octave> replot

The ps file "test.ps" shows the greek "delta". It also eliminates any
graphics quality problem since the file is obtained directly as a
postscript output.

Thanks again.

Manojit



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