Skip to content

Commit

Permalink
undo tight limits for surface
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer authored Sep 20, 2023
1 parent aa926b3 commit 4cb6b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/makielayout/blocks/polaraxis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ end
### Plotting
################################################################################


needs_tight_limits(::Surface) = true
# TODO: consider enabling this
# needs_tight_limits(::Surface) = true

function plot!(
po::PolarAxis, P::PlotFunc,
Expand Down Expand Up @@ -959,4 +959,4 @@ Sets the angular limits of a given `PolarAxis`.
function thetalims!(po::PolarAxis, thetamin::Union{Nothing, Real}, thetamax::Union{Nothing, Real})
po.thetalimits[] = (thetamin, thetamax)
return
end
end

0 comments on commit 4cb6b89

Please sign in to comment.