Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.3K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

What is wrong with ErrorListPlot command in Mathematica 10.3?

My input was:

ErrorListPlot[{{{0, 0}, ErrorBar[0]}, {{15, 0.283}, 
       ErrorBar[0.027]}, {{30, 0.530}, ErrorBar[0.009]}, {{60, 0.678}, 
       ErrorBar[0.012]}, {{120, 1.0387}, ErrorBar[0.011]}, {{270, 4.237}, 
       ErrorBar[0.324]}}]

and I just don't get any plot as output. I got the set of data only.

ErrorListPlot[{{{0, 0}, ErrorBar[0]}, {{15, 0.283}, 
   ErrorBar[0.027]}, {{30, 0.53}, ErrorBar[0.009]}, {{60, 0.678}, 
   ErrorBar[0.012]}, {{120, 1.0387}, ErrorBar[0.011]}, {{270, 4.237}, 
   ErrorBar[0.324]}}]

Thanks!

POSTED BY: Marysilvia Costa
2 Replies

Thanks!!! It did work!

POSTED BY: Marysilvia Costa

According to the documentation,

To use ErrorListPlot, you first need to load the ErrorBar Plotting Package using Needs["ErrorBarPlots`"]

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