Skip to content

Commit

Permalink
Add haxis demo
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jul 19, 2024
1 parent 2b45376 commit 24c338d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
{ "name": "twoscales2", "url": "?nobrowser&file=$$$tutorials_hist.root&item=[transpad/pad1/[1],transpad/pad2/[0]]&opt=[hist,Y+;yaxis_red]", "title": "interactive second Y scale to draw axis for second histogram" },
{ "name": "optdate", "url": "?nobrowser&file=$$$hsimple.root&item=hpx;1&optdate=2&optfile&utc", "title": "Draw on canvas file date and file name using optdate=2&optfile&utc URL parameters" },
{ "name": "opttitle", "url": "?nobrowser&file=$$$hsimple.root&item=hpx;1&opttitle=0", "title": "Disable title drawing for histogram using opttitle=0 URL parameter" },
{ "name": "histmargin", "url": "?nobrowser&file=$$$hsimple.root&item=hpx;1&histmargin=0.5", "title": "Setting gStyle.fHistTopMargin = 0.5 to demonstrate it usage, &histmargin=0.5 in URL" }
{ "name": "histmargin", "url": "?nobrowser&file=$$$hsimple.root&item=hpx;1&histmargin=0.5", "title": "Setting gStyle.fHistTopMargin = 0.5 to demonstrate it usage, &histmargin=0.5 in URL" },
{ "name": "haxis", "file": "haxis.root", "item": "c1", "title": "haxis draw option for swapped axis drawing plus bar chart and markers" }
],
"TH2" : [
{ "opt": "", "file": "hsimple.root", "item": "hpxpy;1", "title": "default draw mode for TH2", "pdf": true },
Expand Down

0 comments on commit 24c338d

Please sign in to comment.