JSROOT: create TGraphErrors

Hi guys,
How can I create a TGraphErrors in JSROOT and populate it with values?
For the TGraph I do:

JSROOT.CreateTGraph(n_values, x_list, y_list);

is there anything similar but with error bars?

Thanks in advance :slight_smile:


JSROOT Version: 5.8.0


Silly me, I forgot to check the forum before asking.
I found the solution right here:

Thanks to you for checking in the forum!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.