Skip to content

Commit

Permalink
fix datashader
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Nov 16, 2023
1 parent b89455b commit 95a0137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_recipes/datashader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ end

data_limits(p::DataShader) = p._boundingbox[]

used_attributes(::Type{<:Any}, ::Canvas) = (:operation, :local_operation)
used_attributes(::Canvas) = (:operation, :local_operation)

function convert_arguments(P::Type{<:Union{MeshScatter,Image,Surface,Contour,Contour3d}}, canvas::Canvas;
operation=automatic, local_operation=identity)
Expand Down

0 comments on commit 95a0137

Please sign in to comment.