From 4cb6b8991d8cd91aceb7d73f49c690849a0b318b Mon Sep 17 00:00:00 2001 From: Frederic Freyer Date: Wed, 20 Sep 2023 12:42:36 +0200 Subject: [PATCH] undo tight limits for surface --- src/makielayout/blocks/polaraxis.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/makielayout/blocks/polaraxis.jl b/src/makielayout/blocks/polaraxis.jl index 152d15ed252..6ea1400dbf7 100644 --- a/src/makielayout/blocks/polaraxis.jl +++ b/src/makielayout/blocks/polaraxis.jl @@ -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, @@ -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 \ No newline at end of file +end