Add support for ticks rotation

This commit is contained in:
Sebastian Pech 2017-02-02 17:39:34 +01:00
parent dd505fedcc
commit 1111000217

View File

@ -225,6 +225,9 @@ function pgf_axis(sp::Subplot, letter)
# axis guide
kw[Symbol(letter,:label)] = axis[:guide]
# ticks
push!(style, "$(letter)ticklabel style={rotate = $(axis[:rotation])}")
# flip/reverse?
axis[:flip] && push!(style, "$letter dir=reverse")