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
New supported options:
"PFC" - auto fill color (histograms and graphs)
"PLC" - auto line color
"PMC" - auto marker color
"A" - fully disables axes drawing for histograms painters
"TEXT" - for TH2Poly
"SAMES" - draw stat box for superimposed histograms
"NOCOL" - ignore stored in the TCanvas colors list
"NOPAL" - ignore stored in the TCanvas color palette
Improvements in existing painters:
use color palette stored in the TCanvas
draw stats box when really required
let resize frames and paves in all eight directions
support lines, boxes and arbitrary text positions in TPaveText
automatic title positioning of vertical axis when fTitleOffset==0
when pad.fTickx/y==2 draw axes labels on opposite side
editing of TGraph objects - moving of the graph bins
draw X/Y/Z axis titles in lego plots
use canvas Theta/Phi angles to set initial camera position in 3D plots
New TLatex processor supports most ROOT features, still MathJax can be used
New X/Y projections display for TH2 histograms (aka TH2::SetShowProjectionX/Y)
New in geometry viewer:
provide shape parameters in TGeo tooltips
let inspect selected TGeoNode
provide text info when geometry drawing takes too long
Change in JSROOT.draw functionality. Now valid painter instance can be only
obtained via call-back - forth argument of JSROOT.draw() function
Use latest three.js r86 with improved Projector and CanvasRenderer
Still use own SVGRenderer which supported direct SVG text dump
Introduce openui5 components for webgui functionality