comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » unwanted totally greek postscript output with coyote IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
unwanted totally greek postscript output with coyote IDL [message #89273] Tue, 12 August 2014 04:40 Go to previous message
tho.siegert is currently offline  tho.siegert
Messages: 6
Registered: April 2014
Junior Member
When I updated the coyote IDL library (don't know exactly when, but when it changed from ps_start/ps_end to cgps_open/cgps_close), I recognized some strange things happening (sometimes) with the postscript output.
I don't know if its me or a bug - here are some examples of what i do, using only the coyote IDL library:

y = randomn(seed,154)*5e-8

cgps_open,'plot_w_yrange.ps'
cgplot,y,xtitle='Flux bins [ph s$\up-1$ cm$\up-2$ keV$\up-1$]', $
ytitle='Number density',color='black',thick=2,yrange=[0,50]
cgps_close

cgps_open,'plot_wo_yrange.ps'
cgplot,y,xtitle='Flux bins [ph s$\up-1$ cm$\up-2$ keV$\up-1$]', $
ytitle='Number density',color='black',thick=2
cgps_close

cgps_open,'histoplot_w_yrange.ps'
cghistoplot,y,xtitle='Flux bins [ph s$\up-1$ cm$\up-2$ keV$\up-1$]', $
ytitle='Number density',color='black',thick=2,yrange=[0,50]
cgps_close

cgps_open,'histoplot_wo_yrange.ps'
cghistoplot,y,xtitle='Flux bins [ph s$\up-1$ cm$\up-2$ keV$\up-1$]', $
ytitle='Number density',color='black',thick=2
cgps_close

What happens (for me) is the following:
first plot: normal
second plot: the x- and y-titles are in greek letters
third plot: same as 2.
fourth plot: same as 2.


I want to stay with the default style provided in the coyote library when using the cgps_open/cgps_close procedures. Though, if I try setting font = 1 in the call to cgps_open, everything is returned "normal" but rather unasthetic.

Unfortunatelly, I can not attach something here, so please verify yourself or refute me.

I appreciate any help or comments.
Cheers,
Thomas
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: updated "Using Python From IDL" ebook
Next Topic: checking if PS output file already open

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:42:08 PDT 2025

Total time taken to generate the page: 0.00435 seconds