Turn off scaled ticks for PGFPlots.
This commit is contained in:
parent
1949b6fe0f
commit
32d59fff61
@ -272,6 +272,9 @@ function pgf_axis(sp::Subplot, letter)
|
||||
style = []
|
||||
kw = KW()
|
||||
|
||||
# turn off scaled ticks
|
||||
push!(style, "scaled $(letter) ticks = false")
|
||||
|
||||
# set to supported framestyle
|
||||
framestyle = pgf_framestyle(sp[:framestyle])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user