revert change to axes.jl
This commit is contained in:
parent
65649ade14
commit
ac1e82075c
@ -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]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user