You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/examples.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ examples_main = {
26
26
{opt: "tickx",title: "draw X ticks also on opposite frame side"},
27
27
{opt: "ticky",title: "draw Y ticks also on opposite frame side"},
28
28
{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"},
29
30
{opt: "inspect",asurl: true,file: "hsimple.root",item: "hpx;1",title: "universal object inspector, can be used for any class"},
30
31
{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"},
31
32
{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