Free software for plotting bands around curves to show error margins

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Science Advisor
Messages
3,372
Reaction score
465
I'm not really sure where this thread belongs...

Do you know any (free) program that can allow to build bands (instead of just line curves) to take into consideration the errors of a graph?

eg if I want to draw:
[itex]y= bx + (c \pm \delta c)[/itex] to get something like the yellow band in this (of course it's just an example for what I'm looking):
Χωρίς τίτλο2.jpg
 
Physics news on Phys.org
Looks like a science software question.

ROOT can do it, but I would avoid it if possible...
 
There probably are several programs that do it and probably several ways to do it...a quick search reveals that you should be able to do it using python/matplotlib with the "fill_between" plotting funtion; see this example.
 
  • Like
Likes   Reactions: ChrisVer