Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.5K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

[?] Combine ErrorListPlot and ErrorBar(x,y) for a lot of datapoints?

Posted 9 years ago
POSTED BY: Epsilon Tau

You can do this:

dataset1 = 
 MapThread[{{#1, #2}, ErrorBar[#3, #4]} &, {x, y, xerror, yerror}]
ErrorListPlot[dataset1]

Regards,

Neil

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