heliosdrm / GRUtils.jl

Tools for using the GR framework in Julia
Other
31 stars 6 forks source link

[FR] Allow moving title and axis labels #71

Open paveloom opened 3 years ago

paveloom commented 3 years ago

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.