Re: specify a color for ErrorBar and remove the point in
- To: mathgroup at smc.vnet.net
- Subject: [mg93553] Re: [mg93544] specify a color for ErrorBar and remove the point in
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 14 Nov 2008 06:34:30 -0500 (EST)
- Reply-to: hanlonr at cox.net
Needs["ErrorBarPlots`"]
ErrorListPlot[
{{1, 1, 0.2}, {2, 2, 0.2}, {3, 2, 0.2}},
PlotStyle -> {PointSize[0], Thick, Red},
Frame -> True]
Bob Hanlon
---- er <erwann.rogard at gmail.com> wrote:
=============
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.
--
Bob Hanlon