From cfc8e8e4923e12785c1b52058838038aae8841e3 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 12 Jan 2022 12:45:23 +0100 Subject: [PATCH] toggle grid --- src/backends/unicodeplots.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index ae18e10f..187520ba 100644 --- a/src/backends/unicodeplots.jl +++ b/src/backends/unicodeplots.jl @@ -51,6 +51,7 @@ function unicodeplots_rebuild(plt::Plot{UnicodePlotsBackend}) title = texmath2unicode(sp[:title]), xlabel = texmath2unicode(xaxis[:guide]), ylabel = texmath2unicode(yaxis[:guide]), + grid = xaxis[:grid] && yaxis[:grid], height = _unicodeplots_height[], width = _unicodeplots_width[], xscale = xaxis[:scale],