Is there a way to disable completely the display of the axes information on the left and bottom side and have just the graph fill the whole image?
Thanks
Fil
2
you can use x:{axis:null}
(and similarly for y, fx, fy, depending on which scales are active).
1 Like
Yeah!, thanks, I couldn’t find it anywhere.