I am having difficulties getting text to display correctly from an IDL plot once I save to postscript. Code is something like,
p1=plot([0,1],[4,5],thick=2,line=0)
p1.xtitle='Time'
p1.font_name='Times'
p1.font_size=16
p1.ytitle='!9+string(225b)+' !8!Z(0394)!8r!Ii!7!E2!N!9 '+string(241b)
p1.save,'file.ps'
This comes out exactly as I expect in the graphics window that pops up, and will save just fine to any image format. However, if I attempt to save to ps, then the unicode symbol (0934) doesn't display properly and the 'r' that should be italicized is not. Running IDL 8.7.3 on Ubuntu 16.04.6. Any help would be appreciated.