Hello, I’ve a Multi-graph. One of the graphs has asymmetric errors, then I used TGraphAsymmErrors but it looks like that I don’t get the errors even if, to try the macro, I wrote very large errors
This is the macro partscint.cpp (3.0 KB)
The data files are
And this one that is the file to use for asymmetric error (this is the file where I wrote large errors just to try the macro) Partscintdatapos.txt (123 Bytes)
as you see I’ve the lower and higher errors on y-axis (i.e. third and fourth culomns)…in particular, you see the fourth culomn has big errors to try the macro
Thank you @couet, it works now writing two columns with “0”, but I knew that writing, for example, TGraphAsymmErrors *graph2 = new TGraphAsymmErrors(datapos,"%lg %lg 0 0 %lg %lg");
it means that the third and fourth culomns are all “0”