toggle grid
This commit is contained in:
parent
ada146fe4e
commit
cfc8e8e492
@ -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],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user