diff --git a/holoviews/operation/datashader.py b/holoviews/operation/datashader.py index 0e5b8db076..7ba4b5e5eb 100644 --- a/holoviews/operation/datashader.py +++ b/holoviews/operation/datashader.py @@ -75,14 +75,14 @@ class ResamplingOperation(LinkableOperation): if set to None.""") y_range = param.NumericTuple(default=None, length=2, doc=""" - The x_range as a tuple of min and max y-value. Auto-ranges + The y-axis range as a tuple of min and max y value. Auto-ranges if set to None.""") x_sampling = param.Number(default=None, doc=""" - Specifies the smallest allowed sampling interval along the y-axis.""") + Specifies the smallest allowed sampling interval along the x axis.""") y_sampling = param.Number(default=None, doc=""" - Specifies the smallest allowed sampling interval along the y-axis.""") + Specifies the smallest allowed sampling interval along the y axis.""") target = param.ClassSelector(class_=Image, doc=""" A target Image which defines the desired x_range, y_range,