How to disable drawing axis (line, ticks, labels)? I try hide it by delegate, but it's not work: ```d auto gg = GGPlotD().put((YAxis ya){ ya.show = false; return ya; }); ``` Put `YAxis` directly don't work too.