Re: Is it safe for me to come out? [message #21354] |
Sat, 19 August 2000 00:00 |
Ben Tupper
Messages: 186 Registered: August 1999
|
Senior Member |
|
|
David Fanning wrote:
>
>
> Or, ....
>
> Well, you could just do what I do. Wave your hands
> quickly and draw everyone's attention away to something
> other than the contour labels. This has a surprisingly
> high success rate without actually solving the problem.
> A real boon for programmers working by the hour. :-)
>
>
Ah, yes. I remember from your class... Say, could I rent that bunny suit you
wore in class?
Thanks,
Ben
--
Ben Tupper
Pemaquid River Company
248 Lower Round Pond Road
POB 106
Bristol, ME 04539
Tel: (207) 563-1048
Email: PemaquidRiver@tidewater.net
|
|
|
Re: Is it safe for me to come out? [message #21356 is a reply to message #21354] |
Fri, 18 August 2000 00:00  |
promashkin
Messages: 169 Registered: December 1999
|
Senior Member |
|
|
Ben Tupper wrote:
> David, I still don't understand what mowing your lawn
> and washing your car has to do with the test.
This way, you can probably pass "under the little used
"Most Obsequious to the Judges" category. :-) " - D.F.
> I have a question regarding the character set used for contouring in
> direct graphics. I have fooled with !P.Font and C_Charsize but have yet
> to get results that will be satisfactory for on-screen presentations.
> The characters tend to be much like a doctor's penmanship. Is there a
> secret incantation or special type of incense I should burn to yield
> more readable characters when using the direct graphics CONTOUR command?
You can try to reduce the focus or contrast on the video projector to
the point where the characters can be seen but can be barely discerned.
This way the audience will think there is a technical problem and relief
their frustration by blaming the cheap projector or a tech guy, and show
no inquisitive interest regarding the character set used for contouring.
Hope this helps.
Cheers,
Pavel
|
|
|
Re: Is it safe for me to come out? [message #21359 is a reply to message #21356] |
Fri, 18 August 2000 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Ben Tupper (pemaquidriver@tidewater.net) writes:
> Well, I'm back from two weeks of summer school to prep me for the big
> IDL-EPA exam. (David, I still don't understand what mowing your lawn
> and washing your car has to do with the test.)
All I can say, Ben, is that this is why you are *taking* the test and
not *giving* it. Think of it as a Zen koan and you will have
more luck. :-)
> I have a question regarding the character set used for contouring in
> direct graphics. I have fooled with !P.Font and C_Charsize but have yet
> to get results that will be satisfactory for on-screen presentations.
> The characters tend to be much like a doctor's penmanship. Is there a
> secret incantation or special type of incense I should burn to yield
> more readable characters when using the direct graphics CONTOUR command?
Yes, there is a special type of incense, but you can't purchase
it until you pass the exam. It's sort of the IDL version of the
Catch-22, I guess.
What you could do is introduce your presentation as having
been done in Dr. IDL. That would impress some people, probably.
Failing that, you could make your display screen VERY big
and try true-type fonts. I've sometimes tried (with varying
amounts of success) to make a Z-buffer window 4X times the
size of the display window, and draw with large true-type
character sizes (you have to increase the thickness of
everything else too, with this technique). Then I rebin
this huge window to about 1/4 its size for display.
As I say, I've gotten decent viewgraphics occasionally with
this technique.
Or, you could make a PostScript file with true-type fonts,
and scan these images into TIFF files, which you could
display in sequence in IDL.
Or, ....
Well, you could just do what I do. Wave your hands
quickly and draw everyone's attention away to something
other than the contour labels. This has a surprisingly
high success rate without actually solving the problem.
A real boon for programmers working by the hour. :-)
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
|
|
|