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 f9004e8 commit 3ed5076Copy full SHA for 3ed5076
modules/hist2d/THistPainter.mjs
@@ -369,7 +369,7 @@ class THistDrawOptions {
369
370
// flag identifies 3D drawing mode for histogram
371
if ((this.Lego > 0) || (hdim == 3) ||
372
- ((this.Surf > 0) || this.Error && (hdim == 2))) this.Mode3D = true;
+ (((this.Surf > 0) || this.Error) && (hdim == 2))) this.Mode3D = true;
373
374
//if (this.Surf == 15)
375
// if (this.System == CoordSystem.kPOLAR || this.System == CoordSystem.kCARTESIAN)
0 commit comments