remove show
This commit is contained in:
parent
fe164b5881
commit
e31f4a4c12
@ -530,7 +530,6 @@ function axis_limits(sp, letter, should_widen = default_should_widen(sp[Symbol(l
|
|||||||
ex = axis[:extrema]
|
ex = axis[:extrema]
|
||||||
amin, amax = ex.emin, ex.emax
|
amin, amax = ex.emin, ex.emax
|
||||||
lims = axis[:lims]
|
lims = axis[:lims]
|
||||||
@show lims
|
|
||||||
has_user_lims = (isa(lims, Tuple) || isa(lims, AVec)) && length(lims) == 2
|
has_user_lims = (isa(lims, Tuple) || isa(lims, AVec)) && length(lims) == 2
|
||||||
if has_user_lims
|
if has_user_lims
|
||||||
lmin, lmax = lims
|
lmin, lmax = lims
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user