Group Abstract Group Abstract

Message Boards Message Boards

Around[] Comment for plotting data with error indicators

Posted 6 years ago
2 Replies

Thank you!

Posted 6 years ago

Hi Katharina,

Around expects two arguments not a List with two elements.

data = {{3, .5}, {5, .3}, {10, .8}};
ListPlot[Around @@@ data]

enter image description here

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