fix pgfplots
This commit is contained in:
parent
69fa9e7b10
commit
6c84624d71
@ -280,7 +280,7 @@ function pgf_axis(sp::Subplot, letter)
|
|||||||
kw[Symbol(letter,:max)] = lims[2]
|
kw[Symbol(letter,:max)] = lims[2]
|
||||||
end
|
end
|
||||||
|
|
||||||
if !(axis[:ticks] in (nothing, false, :none, :auto))
|
if !(axis[:ticks] in (nothing, false, :none))
|
||||||
ticks = get_ticks(axis)
|
ticks = get_ticks(axis)
|
||||||
push!(style, string(letter, "tick = {", join(ticks[1],","), "}"))
|
push!(style, string(letter, "tick = {", join(ticks[1],","), "}"))
|
||||||
push!(style, string(letter, "ticklabels = {", join(ticks[2],","), "}"))
|
push!(style, string(letter, "ticklabels = {", join(ticks[2],","), "}"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user