Typo
This commit is contained in:
parent
c6d9332cf1
commit
7b1941b129
@ -392,7 +392,7 @@ function gaston_parse_axes_args(
|
||||
rmin, rmax = axis_limits(sp, :y, false, false)
|
||||
rticks = get_ticks(sp, :y)
|
||||
if (ttype = ticksType(rticks)) == :ticks
|
||||
gaston_ticks = string.(ticks)
|
||||
gaston_ticks = string.(rticks)
|
||||
elseif ttype == :ticks_and_labels
|
||||
gaston_ticks = String["'$l' $t" for (t, l) ∈ zip(rticks...)]
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user