Bug introduced in 10.0.0, fixed in 10.1
I recently upgraded to Mathematica 10, very excited about the multiple undo function of course.
However I very quickly noticed that if I specify a setting for PlotMarkers in the ErrorListPlot function, the error bars disappear. Even just setting PlotMarkers->Automatic makes the error bars disappear. This was not a problem in Mathematica 9, but appears to be a new 'feature'. Has anyone else noticed this since upgrading, and are there any possible fixes?





Method -> {"OptimizePlotMarkers" -> False}workaround doesn't seem to have any effect at all. – ibeatty Feb 24 '15 at 18:59PlotMarkers -> Automaticthe error bars disappear. If I add the optionMethod -> {"OptimizePlotMarkers" -> False}OR if I addJoined->Truethe error bars come back. Do you get error bars on WindowsOS whenJoined->False? – SquareOne Feb 24 '15 at 20:22Joined->Falsethe error bars disappear again. I am removing the "fixed in ..." header. – Mr.Wizard Feb 24 '15 at 22:01Method -> {"OptimizePlotMarkers" -> False}has to go before thePlotMarkersoption for this to work (for me, anyway). – evanb Mar 05 '15 at 01:28