Re: Pointsize in MultipleListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg65565] Re: [mg65544] Pointsize in MultipleListPlot
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 8 Apr 2006 00:45:09 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`"];
MultipleListPlot[{2,{1.5,3.2},
{2.5,ErrorBar[0.3]},
{{4.4,5.2},ErrorBar[{-0.5,0.3}]},
{{5.5,2.1},ErrorBar[{-0.4,0.3},{-0.2,0.5}]}},
PlotRange->All,Frame->True,
SymbolStyle->{Red},
SymbolShape->{PlotSymbol[Box,4]}];
Bob Hanlon
>
> From: Joerg Schaber <schaber at molgen.mpg.de>
To: mathgroup at smc.vnet.net
> Subject: [mg65565] [mg65544] Pointsize in MultipleListPlot
>
> Hi,
>
> I use MultipleListPlot to put error bars to my data points. However,
> using MultipleLustPlot I cannot influence the point sie of my data
> points anymore using PlotStyle->PointSize[].
> Is there a way to increase the size of the data points with error bars?
>
> best,
>
> joerg
>
>