Skip to content

Commit

Permalink
Adding colorwheel demo for web canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Nov 8, 2024
1 parent 2867aa4 commit 6ed93be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions demo/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,5 +370,11 @@
{ "name": "div", "url": "nobrowser&inject=../demo/custom/divhist.mjs&file=demo/custom/divhist.root&item=DivHist", "title": "Draw division of two histograms from user class, see demo/custom/ dir for details" },
{ "name": "sub", "url": "nobrowser&inject=../demo/custom/divhist.mjs&file=demo/custom/divhist.root&item=DivHist/Num", "title": "Draw subelement of user class, accessed via exapnd function implemented in demo/custom/divhist.js" },
{ "name": "pads", "url": "nobrowser&inject=../demo/custom/divhist.mjs&file=demo/custom/divhist.root&item=DivHist&opt=pads", "title": "Create canvas and draw all elements in sub pads" }
],
"TWebCanvas": [
{ "name": "colorwheel", "json": "web6canv/colorwheel.json.gz", "title": "TColowWheel painting on web canvas" },
{ "name": "greyscale", "json": "web6canv/greyscale.json.gz", "title": "40K TBox objects with different fill attributes" },
{ "name": "para", "json": "web6canv/StandAloneaPara.json.gz", "title": "TTree drawing into TParallelCoord object" }
]

}
2 changes: 0 additions & 2 deletions demo/examples_more.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
{ "name": "rold", "file": "ratioplot.root", "item": "ratioplot3;1", "title": "Old data from tutorial hist/ratioplot3.C" }
],
"TWebCanvas": [
{ "name": "greyscale", "json": "web6canv/greyscale.json.gz", "title": "40K TBox objects with different fill attributes" },
{ "name": "para", "json": "web6canv/StandAloneaPara.json.gz", "title": "TTree drawing into TParallelCoord object" },
{ "name": "pie", "json": "web6canv/piechart.json.gz", "title": "Testing native TPie painting" },
{ "name": "trans", "json": "web6canv/transparency.json.gz", "title": "Testing with TGraph without axes" },
{ "name": "ann3d", "json": "web6canv/annotation3d.json.gz", "title": "Output of tutorials/graphs/annotation3d.C with TF2 and custom histogram" },
Expand Down

0 comments on commit 6ed93be

Please sign in to comment.