From ac1e82075cda66178708fda4b51e77c7322575ca Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Thu, 1 Sep 2016 21:10:23 -0400 Subject: [PATCH] revert change to axes.jl --- src/axes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axes.jl b/src/axes.jl index aa5ee86b..a770b618 100644 --- a/src/axes.jl +++ b/src/axes.jl @@ -309,7 +309,7 @@ function expand_extrema!(sp::Subplot, d::KW) # expand for bar_width if d[:seriestype] == :bar - dsym = (!vert) ? :x : :y + dsym = vert ? :x : :y data = d[dsym] bw = d[:bar_width]