revert change to axes.jl

This commit is contained in:
Thomas Breloff 2016-09-01 21:10:23 -04:00
parent 65649ade14
commit ac1e82075c

View File

@ -309,7 +309,7 @@ function expand_extrema!(sp::Subplot, d::KW)
# expand for bar_width # expand for bar_width
if d[:seriestype] == :bar if d[:seriestype] == :bar
dsym = (!vert) ? :x : :y dsym = vert ? :x : :y
data = d[dsym] data = d[dsym]
bw = d[:bar_width] bw = d[:bar_width]