From 7b1941b12926730092b34fafef88cad40fadf3e2 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Sun, 1 Aug 2021 18:04:10 +0200 Subject: [PATCH] Typo --- src/backends/gaston.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/gaston.jl b/src/backends/gaston.jl index e38a890e..f2246a43 100644 --- a/src/backends/gaston.jl +++ b/src/backends/gaston.jl @@ -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