Missing changes
This commit is contained in:
parent
52de31c9a6
commit
4afad93ff6
@ -432,8 +432,8 @@ function updateGadflyGuides(plt::Plot, d::KW)
|
|||||||
haskey(d, :xlabel) && findGuideAndSet(gplt, Gadfly.Guide.xlabel, string(d[:xlabel]))
|
haskey(d, :xlabel) && findGuideAndSet(gplt, Gadfly.Guide.xlabel, string(d[:xlabel]))
|
||||||
haskey(d, :ylabel) && findGuideAndSet(gplt, Gadfly.Guide.ylabel, string(d[:ylabel]))
|
haskey(d, :ylabel) && findGuideAndSet(gplt, Gadfly.Guide.ylabel, string(d[:ylabel]))
|
||||||
|
|
||||||
xlims = addGadflyLimitsScale(gplt, d, true)
|
xlims, xfunc = addGadflyLimitsScale(gplt, d, true)
|
||||||
ylims = addGadflyLimitsScale(gplt, d, false)
|
ylims, yfunc = addGadflyLimitsScale(gplt, d, false)
|
||||||
|
|
||||||
ticks = get(d, :xticks, :auto)
|
ticks = get(d, :xticks, :auto)
|
||||||
if ticks == :none
|
if ticks == :none
|
||||||
@ -448,7 +448,7 @@ function updateGadflyGuides(plt::Plot, d::KW)
|
|||||||
addGadflyTicksGuide(gplt, ticks, false)
|
addGadflyTicksGuide(gplt, ticks, false)
|
||||||
end
|
end
|
||||||
|
|
||||||
updateGadflyAxisFlips(gplt, d, xlims, ylims)
|
updateGadflyAxisFlips(gplt, d, xlims, ylims, xfunc, yfunc)
|
||||||
end
|
end
|
||||||
|
|
||||||
function updateGadflyPlotTheme(plt::Plot, d::KW)
|
function updateGadflyPlotTheme(plt::Plot, d::KW)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user