1 | initial version |
This answers only the question about the font size: use the option axes_labels_size
in plot()
to set the relative size between the axes labels and the tick labels. The default value is 1.6, which is fine for LaTeX-typset axes labels, but may be too large for non-typeset ones. Use axes_labels_size=1
to get the same size as for the tick labels.
See axes_labels_size and show options.