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
TH2 - 'same' with 'box', 'col', 'cont', 'lego', 'surf'
TH3 - 'scat', use by default
TF1/TF2 - 'nosave' to ignore saved buffer
TCanvas - logx/y/z, gridx/y, tickx/y
THStack - 'lego' and other 3D draw options
Implement drawing of TProfile2D, TF2, TGraph2D, TGraph2DErrors and TMarker
Fix - correctly place TGAxis relative to frame (when exists)
When superimpose items, one can specify individual options
...&item=histo1+histo2&opt=hist+e1
...&item=[histo1,histo2]&opt=[hist,e1]
Support loading of TStyle object, providing in URL
...&style=item_name or ...&style=json_file_name
All values are copied directly to JSROOT.gStyle object.
Add callback argument into JSROOT.draw() function.
Function will be called after drawing of object is completed.
Painter for drawn object will be provided as first argument (or null in case of error).