From b9b07af561a8ab6c8b6f41be1e6a76960d502a4a Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Fri, 8 Mar 2024 10:52:02 -0500 Subject: [PATCH] Fix typo --- src/colorsampler.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colorsampler.jl b/src/colorsampler.jl index ac980015a92..8dc1cf2893d 100644 --- a/src/colorsampler.jl +++ b/src/colorsampler.jl @@ -245,7 +245,7 @@ colormapping_type(::PlotUtils.CategoricalColorGradient) = banded colormapping_type(::Categorical) = categorical """ - evaluate_colormap(colorrange, color)::Vec2{Float64} + evaluate_colorrange(colorrange, color)::Vec2{Float64} This function must return a `Vec2{Float64}` of the colorrange as `(low, high)`. Add additional dispatches to this function for your own custom colorrange objects!