[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IDL Display under RH7
Todd Clements (mole6e23@hotmail.com) writes:
> Retain is probably your problem:
>
> ;;
> window,1, retain=2
> plot, findgen(360), sin(findgen(360)*!pi/180)
> window,2, retain=2
> plot, findgen(360), cos(findgen(360)*!pi/180)
> ;;
I'd probably set it for all your windows at once:
Device, Retain=2
in your startup file, probably.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155