[plotter] correct a log message
This commit is contained in:
+1
-1
@@ -1184,7 +1184,7 @@ class Plotter(Aggregator, BaseProcessor):
|
|||||||
y = ytransform(y)
|
y = ytransform(y)
|
||||||
if yerr is not None:
|
if yerr is not None:
|
||||||
self._log(
|
self._log(
|
||||||
"Errorbar may be meaning less when ytransform is used", "WARNING"
|
"Errorbar may be meaningless when ytransform is used", "WARNING"
|
||||||
)
|
)
|
||||||
if smooth > 0:
|
if smooth > 0:
|
||||||
y = gaussian_filter1d(y, sigma=smooth)
|
y = gaussian_filter1d(y, sigma=smooth)
|
||||||
|
|||||||
Reference in New Issue
Block a user