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

Home » Public Forums » archive » Re: Direct vs Function Graphics Contour Plots
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: Direct vs Function Graphics Contour Plots [message #77459] Wed, 07 September 2011 16:22 Go to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Fanning writes:


> A couple of things I can't figure out. (1) Is there a
> way to make the contour labels smaller than the text
> labels for the Contour()? If I set FONT_SIZE=7, then
> *everything* is make that size. (2) Where does one go
> to figure out what properties can be changed? The on-line
> help really does seem hopeless for these function graphics
> commands. (3) How would you position the Window() next
> to the cgWindow?

One other thing. I can get rid of all the cgWindows on
the display by typing this:

IDL> Widget_Control, /Reset

Or,

IDL> cgControl, /Destroy, /All

Is there a comparable way to delete all the Window()
functions?

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Direct vs Function Graphics Contour Plots [message #77548 is a reply to message #77459] Thu, 08 September 2011 07:34 Go to previous message
Mark Piper is currently offline  Mark Piper
Messages: 198
Registered: December 2009
Senior Member
On 9/7/2011 5:22 PM, David Fanning wrote:
>
> Is there a comparable way to delete all the Window()
> functions?
>

Hi David,

Please try this:

w = getwindows()
if n_elements(w) gt 0 then foreach i, w do i.close

mp
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: ncdf + x-connection + many files = crazy
Next Topic: Re: Contour Plot with Handful of Colors

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

Current Time: Wed Oct 08 15:37:19 PDT 2025

Total time taken to generate the page: 0.00708 seconds