We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af7685 commit d1803b1Copy full SHA for d1803b1
modules/draw.mjs
@@ -84,6 +84,7 @@ drawFuncs = { lst: [
84
{ name: clTCutG, sameas: clTGraph },
85
{ name: /^RooHist/, sameas: clTGraph },
86
{ name: /^RooCurve/, sameas: clTGraph },
87
+ { name: /^RooEllipse/, sameas: clTGraph },
88
{ name: 'TScatter', icon: 'img_graph', class: () => import('./hist2d/TScatterPainter.mjs').then(h => h.TScatterPainter), opt: ';A' },
89
{ name: 'RooPlot', icon: 'img_canvas', func: drawRooPlot },
90
{ name: 'TRatioPlot', icon: 'img_mgraph', class: () => import('./draw/TRatioPlotPainter.mjs').then(h => h.TRatioPlotPainter), opt: '' },
0 commit comments