Skip to content

7.5.0

Compare
Choose a tag to compare
@linev linev released this 05 Oct 11:57
· 87 commits to 7.5 since this release
  1. Correctly implement TH2 projections like MERCATOR or PARABOLIC, add MOLLWEIDE
  2. Support "pol", "cyl", "sph" and "psr" coordinates systems for lego and surf plots
  3. Support orthographic camera for lego and surface plots
  4. Implement "tri1", "tri2", "triw" draw options for TGraph2D with Delaunay algorithm
  5. Add support of TProfile3D and TPaveClass classes
  6. Use "col" as default draw option for TH2, "box2" for TH3
  7. Draw axes grids in front of objects - making it equivalent to original ROOT
  8. Change TF1 and TF2 drawing - always convert into histogram, support TWebCanvas, handle log scales
  9. Provide "Bring to front" menu command for different objects like pave, box, marker, ...
  10. Provide "Build legend" context menu command for the pad
  11. Let toggle vertical/horizontal flag for color palette via context menu
  12. Support canvas grayscale, let toggle via context menu
  13. Basic latex support when drawing axes labels and titles in 3D
  14. Handle "dark mode" in geom painter - automatically adjust background
  15. Let configure material and scene properties in geom control gui
  16. Reset pad enlarge state when pressing "Escape" key #265
  17. Scale special fill patterns like 3244 to pad size
  18. Add "Superimpose" menu command in hierarchy - let select draw option when append item to pad
  19. Support inspectN draw option, allows automatically expand object content to specified level
  20. Implement allfunc draw option for histograms, force drawing disregard of TF1::kNotDraw bit
  21. Use eslint for static code checking, add testing of interactive features
  22. Upgrade three.js r151 -> r155
  23. Use https://github.com/georgealways/lil-gui/ instead of dat.GUI in geom painter
  24. Put gl in "devDependencies" of package.json; one can skip it installation with npm i --production
  25. Fix - correct scaling of axis labels when tilt them by 25 degree, make this angle configurable
  26. Fix - legend multi-columns drawing and labels scaling
  27. Fix - graph "B" bar widths as in native ROOT
  28. Fix - use pad and not frame size for TText / TLatex scaling
  29. Fix - properly handle "NB" (no border) draw option for TPave classes
  30. Fix - do not draw histogram title with AXIS draw option
  31. Fix - correct scaling of custom axis labels
  32. Fix - shrink axis labels like 0.20 -> 0.2 or 10^0 -> 1
  33. Fix - copy axis attributes from histogram z scale to palette
  34. Fix - let handle derived from TH1/TH2 classes as histograms #269