fix pgfplots

This commit is contained in:
Daniel Schwabeneder 2017-09-27 23:22:55 +02:00
parent 69fa9e7b10
commit 6c84624d71

View File

@ -280,7 +280,7 @@ function pgf_axis(sp::Subplot, letter)
kw[Symbol(letter,:max)] = lims[2]
end
if !(axis[:ticks] in (nothing, false, :none, :auto))
if !(axis[:ticks] in (nothing, false, :none))
ticks = get_ticks(axis)
push!(style, string(letter, "tick = {", join(ticks[1],","), "}"))
push!(style, string(letter, "ticklabels = {", join(ticks[2],","), "}"))