[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Ploting uncertainties
- Subject: Ploting uncertainties
- From: Martin Skou Andersen <skou(at)fys.ku.dk>
- Date: Mon, 02 Apr 2001 20:13:03 +0100
- Newsgroups: comp.lang.idl-pvwave
- Organization: Posted Courtesy of Tele Danmark or one of its European Subsidiaries
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:24287
Hi there...
Is there a way to plot uncertainties in a plot.
Say you got some data:
x = {1,2,3,4}
y = {2.25,3.75,4.25,5.75}
Delta y = {0.02,0.04,0.01,0.05}
then I can plot my data as points
IDL> plot, x, y, psym=1
But is there away to get uncertainties on my data?
Thanks in advance
Martin Skou