Skip to content

Commit

Permalink
remove redundant exclude in data_limits
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Jun 14, 2023
1 parent 892753c commit 5a158ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/layouting/data_limits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ function iterate_transformed(plot)
end

function iterate_transformed(points, model, space, trans_func)
if space != :data
tuple()
end
(to_ndim(Point3f, project(model, apply_transform(trans_func, point, space)), 0f0) for point in points)
end

Expand Down

0 comments on commit 5a158ce

Please sign in to comment.