Add support for ticks rotation
This commit is contained in:
parent
dd505fedcc
commit
1111000217
@ -225,6 +225,9 @@ function pgf_axis(sp::Subplot, letter)
|
|||||||
# axis guide
|
# axis guide
|
||||||
kw[Symbol(letter,:label)] = axis[:guide]
|
kw[Symbol(letter,:label)] = axis[:guide]
|
||||||
|
|
||||||
|
# ticks
|
||||||
|
push!(style, "$(letter)ticklabel style={rotate = $(axis[:rotation])}")
|
||||||
|
|
||||||
# flip/reverse?
|
# flip/reverse?
|
||||||
axis[:flip] && push!(style, "$letter dir=reverse")
|
axis[:flip] && push!(style, "$letter dir=reverse")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user