How to access axis values of TGraphErrors? #300
Answered
by
jpivarski
kondratyevd
asked this question in
Q&A
Replies: 1 comment 1 reply
-
x = graph.member("fX")
y = graph.member("fY") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kondratyevd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
uproot3
I could do something like this:But now that doesn't work, and I'm getting an error:
What is the correct way to do it in
uproot4
? Thanks!Beta Was this translation helpful? Give feedback.
All reactions