Re: plotting x-y error bars in IDL [message #86855 is a reply to message #86836] |
Sun, 08 December 2013 18:30   |
dg86
Messages: 118 Registered: September 2012
|
Senior Member |
|
|
On Friday, December 6, 2013 9:16:39 AM UTC-5, David Fanning wrote:
> David Fanning writes:
>
>
>
>>> Is it possible to make x-y error bars in the IDL plot? I have seen the example for including the y-errorbars but how to do this for including the x-errorbar. Any sample example will be helpful.
>
>>
>
>> Yes.
>
>>
>
>> http://www.idlcoyote.com/graphics_tips/yerrorbars.html
>
>
>
> Oh, and, duh, cgErrPlot allows you to create both horizontal and
>
> vertical error bars. :-)
>
>
>
> http://www.idlcoyote.com/idldoc/cg/cgerrplot.html
>
>
>
> Cheers,
>
>
>
> David
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
IDL's function graphics routine ERRORPLOT can plot both x and y error bars.
It even allows for asymmetric error bars.
All the best,
David
|
|
|