Skip to content

Commit

Permalink
New demo with multigraph pads
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jun 24, 2024
1 parent 522cfea commit 45f9601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/examples_more.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@
{ "name": "approx", "file": "tutorials_graphs.root", "item": "approx;1", "title": "Output of tutorials/graphs/approx.C" }
],
"TMultiGraph": [
{ "name": "fit", "file": "tutorials_fit.root", "item": "fitMultiGraph;1", "title": "Fitting of TMultiGraph by pol2, output from tutorials/fit/fitMultiGraph.C, test for TMath::sq() function" }
{ "name": "fit", "file": "tutorials_fit.root", "item": "fitMultiGraph;1", "title": "Fitting of TMultiGraph by pol2, output from tutorials/fit/fitMultiGraph.C, test for TMath::sq() function" },
{ "opt": "pads", "file": "multigraph.root", "item": "c3;1/[1]", "asurl": true, "title": "Example drawing multigraph components in subpads" }
],
"TGraph2D": [
{ "name": "fit", "file": "tutorials_fit.root", "item": "graph2dflt;1", "title": "Fitting with TGraph2D, output from tutorials/fit/graph2dfit" }
Expand Down

0 comments on commit 45f9601

Please sign in to comment.