We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d276ca2 + f08dd98 commit 8b7a432Copy full SHA for 8b7a432
1 file changed
tools/Python/mcplot/pyqtgraph/plotfuncs.py
@@ -202,7 +202,7 @@ def plot_Data2D(data, plt, log=False, legend=True, icolormap=0, verbose=False, f
202
ymin = np.min(idx)/10
203
if ymin <= 0:
204
ymin=100*sys.float_info.min # Small, finite value.
205
- dataset[dataset<=0] = ymin
+ dataset[dataset<=0] = ymin
206
dataset = np.reshape(dataset, datashape)
207
dataset = np.log10(dataset)
208
else:
0 commit comments