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