[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: characters in ps
well only an hour after posting i find it.
I had been trying things such as STRING("228B) which is the way with hershey fonts.
A_dd = STRING(228B) ; --> ä
SET_PLOT, 'PS'
!P.FONT = 0
DEVICE, /BKMAN, /LIGHT
DEVICE, FILE='test_out.eps'
DEVICE, /ENCAPSUL, /color
LoadCT, 1
plot, DATA_x, DATA_y, xtitle = 'Depth (m)', ytitle = string('Brunt V'+A_dd+'s'+A_dd +
'l'+A_dd+' Frequency'), color = 0
oplot, DATA_x, DATA_z1, color = 50, psym = 5
oplot, DATA_x, DATA_z2, color = 100, psym = -4
DEVICE, /CLOSE
-------------------------
Leon Majewski
Remote Sensing & Satellite Research Group
Curtin University of Technology, Perth, Australia
email: majewski@ses.curtin.edu.au