Improve default radial axis padding.
This commit is contained in:
parent
8bbdb0f1b8
commit
240c1efab9
@ -437,7 +437,7 @@ function axis_limits(axis::Axis, should_widen::Bool = default_should_widen(axis)
|
|||||||
amin, amax = 0, 2pi
|
amin, amax = 0, 2pi
|
||||||
elseif lims == :auto
|
elseif lims == :auto
|
||||||
#widen max radius so ticks dont overlap with theta axis
|
#widen max radius so ticks dont overlap with theta axis
|
||||||
amin, 1.1*amax
|
amin, amax + 0.1 * abs(amax - amin)
|
||||||
else
|
else
|
||||||
amin, amax
|
amin, amax
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user