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