I have some data with x- & y-errors but can find no examples on the  
site examples, GNUplot tutorial or in the mailing list for plotting  
x-axis or 2-axis errors.

data=graph.data.file("data.txt",p=2,ep=3,pdot=4,epdot=5,px=8,epx=9,
                                        
x="3260.0/$8",y="$4/$2",dy="1e-12",dx="3260.0*$9/$8/ 
$8",title='title')

g.plot(data,styles=[graph.style.errorbar(errorbarattrs=[color.rgb(1.0,0. 
0,1.0)]),
                                           
graph.style.symbol(symbolattrs=[color.rgb(1.0,0.0,1.0)])])

Any way to do this?  The plot option doesn't seem to distinguish the  
axis for the error bars.

Tom
--
W.T. Bridgman, Ph.D.
Physics & Astronomy


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to