GRUtils.jl
GRUtils.jl copied to clipboard
[FR] Allow moving title and axis labels
Sometimes it happens that the inner perfectionist is eager to move the axis labels and the title closer to the axes. I think it would be especially handy if the text resizing functionality proposed in issue #59 is added.
It should be similar to matplotlib
's solutions: the labelpad
parameter of the xlabel
and ylabel
functions, the pad
parameter of the title
function.