-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tutorials] Modernisation of graph tutorials #17315
Conversation
Test Results 18 files 18 suites 4d 2h 37m 35s ⏱️ Results for commit 5af9c18. ♻️ This comment has been updated with latest results. |
7a41f39
to
ac889f1
Compare
0a5a401
to
60a00f3
Compare
5299abe
to
c12e2a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comments I made are just suggestions.
hist/histpainter/doc/index.md
Outdated
- graph.C: Using and drawing a simple TGraph. | ||
- graph2derrorsfit.C: TGraph2D with errors drawing. | ||
- gr001_basic.C: Using and drawing a simple TGraph. | ||
- gr011_2Derrorsfit.C: TGraph2D with errors drawing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"graph2d" keyword means the example is related to TGraph2D ( like graph is related to TGraph), is that still clear with the new name ?
Co-authored-by: Daniel P. Astudillo <[email protected]> Co-authored-by: Emanuele Chiamulera <[email protected]> Co-authored-by: Marta Czurylo <[email protected]>
ba97411
to
5af9c18
Compare
Continuation of work from PR #17110.