From 9f9ac4ec922ddea8eddbfd5d3e69686480a9f722 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 13 Jun 2019 18:50:59 +0200 Subject: [PATCH] bbox_ratio not required --- src/axes.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/axes.jl b/src/axes.jl index 3d6bfbb8..339ff454 100644 --- a/src/axes.jl +++ b/src/axes.jl @@ -518,7 +518,6 @@ function axis_limits(sp, letter, should_widen = default_should_widen(sp[Symbol(l if consider_aspect && letter in (:x, :y) && !(sp[:aspect_ratio] in (:none, :auto) || is3d(:sp)) aspect_ratio = isa(sp[:aspect_ratio], Number) ? sp[:aspect_ratio] : 1 plot_ratio = height(plotarea(sp)) / width(plotarea(sp)) - bbox_ratio = height(sp.bbox) / width(sp.bbox) dist = amax - amin if letter == :x