Skip to content

Commit

Permalink
Set one_by_one for cms_style test
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Sep 27, 2023
1 parent 2bffb3c commit fef8469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/examples_more.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
{ "name": "optfile", "url": "?nobrowser&file=$$$tutorials_math.root&item=vavilov;1&optfile=1&optdate=1652700372", "title": "TCanvas drawing with optfile and optdate URL options" },
{ "name": "canvas2", "file": "tutorials_graphics.root", "item": "canvas2_new;1", "title": "output of tutorials/graphics/canvas2.C macro", "large": true },
{ "name": "dupl", "file": "dupl.root", "item": "c1;1", "title": "Draw histogram twice, first with axis then with hist options" },
{ "name": "cms_style", "url": "?nobrowser&file=$$$cms_style_canvases.root&layout=grid4x3&items=[[0],[1],[2],[3],[4],[5],[6],[7],[8],[9]]", "title": "canvases from https://github.com/cms-cat/cms-root-style" }
{ "name": "cms_style", "url": "?nobrowser&file=$$$cms_style_canvases.root&layout=grid4x3&items=[[0],[1],[2],[3],[4],[5],[6],[7],[8],[9]]&one_by_one", "title": "canvases from https://github.com/cms-cat/cms-root-style" }
],
"TGeo" : [
{ "name": "prim_can", "file": "geom/geodemo.root", "layout": "vert333", "items": ["box_can","para_can","arb8_can","trap_can","gtra_can","trd1_can","trd2_can","xtru_can"], "title": "Basic TGeo primitives in TCanvas from tutorials/geom/geodemo.C, group 1" },
Expand Down

0 comments on commit fef8469

Please sign in to comment.