specify a color for ErrorBar and remove the point in the middle
- To: mathgroup at smc.vnet.net
- Subject: [mg93544] specify a color for ErrorBar and remove the point in the middle
- From: er <erwann.rogard at gmail.com>
- Date: Thu, 13 Nov 2008 21:09:01 -0500 (EST)
hello, i'd like to specify a color (say Red) for the error bars below, and remove the point in the middle. ErrorListPlot[{{1, 1, 0.2}, {2, 2, 0.2}, {3, 2, 0.2}}] or MultipleListPlot[{{1.0, ErrorBar[0.1]}, {2.0, ErrorBar[0.1]}, {2.0, ErrorBar[0.1]}}] any suggestion appreciated. thanks.