Skip to content

Commit 511ec40

Browse files
committed
Add example for TH1 with "axis" draw option
1 parent c72cd6c commit 511ec40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/examples.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ examples_main = {
2626
{ opt: "tickx", title: "draw X ticks also on opposite frame side" },
2727
{ opt: "ticky", title: "draw Y ticks also on opposite frame side" },
2828
{ opt: "tickxy", title: "draw X and Y ticks also on opposite frame sides" },
29+
{ name: "axis", opt: "axis;nostat;maximum:1000", title: "draw only axes, configure maximum value, disable stats" },
2930
{ opt: "inspect", asurl: true, file: "hsimple.root", item: "hpx;1", title: "universal object inspector, can be used for any class" },
3031
{ name: "docu", file: "histpainter6.root", layout: "vert32", items: ["two_axis","draw_e1","draw_bar","draw_e34","draw_text"], title:"several TH1 examples from THistPainter documentation" },
3132
{ name: "twoscales", url: "?nobrowser&file=$$$tutorials_hist.root&item=[twoscales/[1],twoscales/[3]]&opt=[hist,yaxis_red;line_red;y+]", title: "interactive second Y scale to draw axis for second histogram" },

0 commit comments

Comments
 (0)