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
{ "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" },
One also can modify histogram axes attributes by following option:
231
-
- ctx: center title of X axis
232
-
- cty: center title of Y axis
233
-
- ctz: center title of Z axis
234
-
- otx: place X axis title in opposite to normal corner
235
-
- oty: place Y axis title in opposite to normal corner
236
-
- otz: place Z axis title in opposite to normal corner
237
-
- noex: no exponent for X axis labels
238
-
- noey: no exponent for Y axis labels
239
-
- noez: no exponent for Z axis labels
240
-
- mlx: more log labels on X axis
241
-
- mly: more log labels on Y axis
242
-
- mlz: more log labels on Y axis
232
+
-`ctx` center title of X axis
233
+
-`cty` center title of Y axis
234
+
-`ctz` center title of Z axis
235
+
-`otx` place X axis title in opposite to normal corner
236
+
-`oty` place Y axis title in opposite to normal corner
237
+
-`otz` place Z axis title in opposite to normal corner
238
+
-`noex` no exponent for X axis labels
239
+
-`noey` no exponent for Y axis labels
240
+
-`noez` no exponent for Z axis labels
241
+
-`mlx` more log labels on X axis
242
+
-`mly` more log labels on Y axis
243
+
-`mlz` more log labels on Y axis
244
+
-`xtitle:value` set title for X axis
245
+
-`ytitle:value` set title for Y axis
246
+
-`ztitle:value` set title for Z axis
243
247
244
248
Here N can be existing ROOT color index or hex6/hex8 values like [line_ff00ff](https://jsroot.gsi.de/dev/?nobrowser&file=../files/hsimple.root&item=hpx;1&opt=line_ff00ff) or [fill_7733ff34](https://jsroot.gsi.de/dev/?nobrowser&file=../files/hsimple.root&item=hpx;1&opt=fill_7733ff34).
0 commit comments