toggle grid

This commit is contained in:
t-bltg 2022-01-12 12:45:23 +01:00
parent ada146fe4e
commit cfc8e8e492

View File

@ -51,6 +51,7 @@ function unicodeplots_rebuild(plt::Plot{UnicodePlotsBackend})
title = texmath2unicode(sp[:title]), title = texmath2unicode(sp[:title]),
xlabel = texmath2unicode(xaxis[:guide]), xlabel = texmath2unicode(xaxis[:guide]),
ylabel = texmath2unicode(yaxis[:guide]), ylabel = texmath2unicode(yaxis[:guide]),
grid = xaxis[:grid] && yaxis[:grid],
height = _unicodeplots_height[], height = _unicodeplots_height[],
width = _unicodeplots_width[], width = _unicodeplots_width[],
xscale = xaxis[:scale], xscale = xaxis[:scale],