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 c19a80a commit e88f7e4Copy full SHA for e88f7e4
modules/gpad/TFramePainter.mjs
@@ -2707,7 +2707,7 @@ class TFramePainter extends ObjectPainter {
2707
if (zoom_y) {
2708
let cnt = 0;
2709
if ((ymin <= this.ymin) || (!this.ymin && this.logy &&
2710
- (!this.y_handle?.log_min_nz && ymin < logminfactorY*this.ymax) || (ymin < this.y_handle?.log_min_nz)))
+ ((!this.y_handle?.log_min_nz && ymin < logminfactorY*this.ymax) || (ymin < this.y_handle?.log_min_nz))))
2711
{ ymin = this.ymin; cnt++; }
2712
if (ymax >= this.ymax) { ymax = this.ymax; cnt++; }
2713
if ((cnt === 2) && (this.scales_ndim !== 1)) { zoom_y = false; unzoom_y = true; }
0 commit comments