Oh, heck, I'm out of excuses. This is just not a good day
to be writing. :-(
I wrote this nonsense:
> Whoops, I just don't have it at all together today.
> I won some tennis matches this weekend and I'm still
> thinking about that beautiful cross-court running
> forehand instead of my job. :-)
>
> I wrote this:
>
>> Set_Plot, 'PS'
>> Device, XSize=5, YSize=3, /Inches, /Encap
>> TV, image, 0.1, 0.33, /Normal, XSize=1, YSize=1
>> TV, image, 0.4, 0.33, /Normal, XSize=1, YSize=1
>> TV, image, 0.7, 0.33, /Normal, XSize=1, YSize=1
>
> And I should have written this:
>
> Set_Plot, 'PS'
> Device, XSize=5, YSize=3, /Inches, /Encap
> TV, image, 0.1, 0.33, /Normal, XSize=0.25, YSize=0.25
> TV, image, 0.4, 0.33, /Normal, XSize=0.25, YSize=0.25
> TV, image, 0.7, 0.33, /Normal, XSize=0.25, YSize=0.25
And I should have written this:
Set_Plot, 'PS'
Device, XSize=5, YSize=3, /Inches, /Encap
TV, image, 0.1, 0.33, /Normal, XSize=0.20, YSize=0.33
TV, image, 0.4, 0.33, /Normal, XSize=0.20, YSize=0.33
TV, image, 0.7, 0.33, /Normal, XSize=0.20, YSize=0.33
Sheesh!
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|