MultipleListPLot ErrorBar colour bug?
- To: mathgroup at smc.vnet.net
- Subject: [mg47713] MultipleListPLot ErrorBar colour bug?
- From: pdickof at scf.sk.ca (Peter Dickof)
- Date: Fri, 23 Apr 2004 02:30:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I can set the colour of the points in MultipleListPlot using option SymbolStyle, and set the colour of the line connecting the points with option PlotStyle. Neither affects the colour of the errorbars drawn if my points are of the form {{x,y},ErrorBar[{xmin,xmax},{ymin,ymax}]}. A look at the code for ebarfun in MultipleListPlot.m shows that there is no argument for colour. This suggests that the bug is somewhere in the MultipleListPlot routine which somehow sets the colour back to the default after drawing the symbol and before drawing the error bar. I can not understand the code for MultipleListPlot. Does anyone have an good clues for me?