hokim
March 18, 2015, 11:07am
1
Dear jsroot developers
I found that double-log scale option doesn’t work.
However, it works well in context menu.
Could you fix this problem?
And could you add ‘toggle stat’ option to URL sting options?
Thanks in advance
linev
March 18, 2015, 2:06pm
2
Hi Hokim,
To achieve that you want, do:
https://root.cern.ch/js/3.4/index.htm?nobrowser&file=…/files/hsimple.root&item=hpx;1&opt=logx,logy,nostat,hist
Here ‘hist’ option is important.
To disable statbox, specify ‘nostat’
I will fix the problem, that draw option ‘logx;logy’ produces no output.
Regards,
Sergey
linev
March 18, 2015, 4:53pm
3
Hi Hokim,
Now it is also possible to avoid ‘hist’ option:
https://root.cern.ch/js/3.4/index.htm?nobrowser&file=…/files/hsimple.root&item=hpx;1&opt=logx,logy,nostat
Code in repository and on JSROOT web sites.
Regards,
Sergey
hokim
March 19, 2015, 6:38am
4
Hi
My intention was to draw one more histograms on grid 2x2 layout. So I used not ‘item’ and ‘opt’ but ‘items’ and ‘opts’ and not comma but semicolon for delimiter of option.
Anyway your fix works well.
Thanks a lot again