Message Boards Message Boards

0
|
10189 Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:

ErrorListPlot and PlotMarkers in Mathematica 10

I just installed Mathematica 10 on my Mac and I am testing the features I use most often. I noticed that when I use PlotMarkers option with ErrorListPlot the errorbars disappear. For example

Needs["ErrorBarPlots`"]
ErrorListPlot[RandomReal[{0, 1}, {10, 2}], PlotMarkers -> Automatic]

plots the points but not the errorbars. Eliminating PlotMarkers->Automatic brings back the errorbars.

Can anybody else verify this issue? I would like to know whether this is something due to my configuration, or is it a Math 10 bug. This works fine on my Mathematica 9.

Note: I believe this is a bug. The help system doesn't report any changes from the pervious version. If this were a new feature, there should be a way to alter the shape of the symbols while still retaining the errorbars (after all this is the reason for using ErrorListPlot rather than ListPlot).

POSTED BY: Andrei Alexandru
3 Replies

Known issue. A correction is being worked on.

Sorry for the trouble.

POSTED BY: Bruce Miller
Posted 9 years ago

A workaround is posted on the Mma stack exchange:

http://mathematica.stackexchange.com/questions/56132/plotmarkers-problem-in-errorlistplot-mathematica-10

In my experience, the workaround

Method -> {"OptimizePlotMarkers" -> False}

has to go before the PlotMarkers option.

POSTED BY: Evan Berkowitz

I verified it on windows. I do not know if this is a bug or a new feature though.

POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract