|
Re: Using delta functions to plot? [message #27910 is a reply to message #27887] |
Thu, 08 November 2001 15:58  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
David Fanning wrote:
>
> P.S. I don't know about you, but I could have
> waited a couple of more weeks for IDL 5.5 if it
> meant adding a Help file and support for basic
> graphics commands. :-(
Now, this is asking too much. Besides, who uses 24 bit Unix? And in
direct graphics?
Pavel
P.S. Hey, this is a JOKE! I know that there are at least five-six people
with 24 bit Linux, because the platform is supported by RSI. And I am
the one of the two-three with a Mac, since we were dropped. Do you think
I got the profit margin accurately?
|
|
|
Re: Using delta functions to plot? [message #27913 is a reply to message #27910] |
Thu, 08 November 2001 14:26  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Robert Stockwell (rgs1967@hotmail.com) writes:
> Alok Singhal wrote:
>
>> I have some data which I want to plot using deltas. Can it be done in
>> IDL?
>
> how about triangles?
>
> plot,randomn(seed,10),psym=5
>
> Check out the help file for psym,
> and perhaps a groups.google.com search for
> user written psym functions.You can create
> any symbol you want, if you write the
> code to create it.
You guys are so literal. How about something like
this?
IDL> XYOutS, x, y, 'delta'
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Using delta functions to plot? [message #27914 is a reply to message #27913] |
Thu, 08 November 2001 14:22  |
Robert Stockwell
Messages: 74 Registered: October 2001
|
Member |
|
|
Alok Singhal wrote:
> Hi
>
> I have some data which I want to plot using deltas. Can it be done in
> IDL?
>
> Thanks,
>
> Alok
how about triangles?
plot,randomn(seed,10),psym=5
Check out the help file for psym,
and perhaps a groups.google.com search for
user written psym functions.You can create
any symbol you want, if you write the
code to create it.
Cheers,
bob stockwell
|
|
|
Re: Using delta functions to plot? [message #27915 is a reply to message #27914] |
Thu, 08 November 2001 14:20  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Pavel A. Romashkin (pavel.romashkin@noaa.gov) writes:
> Basically, everything can be done in IDL.
Well, you can't use the TV command in 24-bit Unix. :-)
But I think he was looking for ERRPLOT or OPLOTERR,
or something like that.
Cheers,
David
P.S. I don't know about you, but I could have
waited a couple of more weeks for IDL 5.5 if it
meant adding a Help file and support for basic
graphics commands. :-(
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
|