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

Home » Public Forums » archive » Re: How can I express rho bar(mean density) on the title?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: How can I express rho bar(mean density) on the title? [message #45003] Tue, 09 August 2005 08:22
David Streutker is currently offline  David Streutker
Messages: 34
Registered: June 2005
Member
One other option:

plot, indgen(10), indgen(10), ytitle='!S!7q!R!A-'

-David
Re: How can I express rho bar(mean density) on the title? [message #45007 is a reply to message #45003] Mon, 08 August 2005 22:56 Go to previous message
peter.albert@gmx.de is currently offline  peter.albert@gmx.de
Messages: 108
Registered: July 2005
Senior Member
Hi,

you could do the following:

IDL> plot, indgen(100), ytitle = string("_!c!7q!X")

The "_" draws the bar, "!c" does a carriage return, and "!7q!X" draws
the "rho" and returns to normal font. Alternatively

IDL> plot, indgen(100), ytitle = string("_!c" + textoidl("\rho"))

does the same.

It is not perfect, I know, the bar is a bit too high above the rho, but
at least it works.

Regards,

Peter
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: How can I express rho bar(mean density) on the title?
Next Topic: On Unix IDL CD must mount with exec for install to work

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

Current Time: Sat Oct 11 03:53:34 PDT 2025

Total time taken to generate the page: 1.35414 seconds