I've created a plot showing earthquake data; plotted so that the symbols scale with magnitude. Is there a way to add whitespace between the legend entries in PyGMT so that the symbols are not overlapping?
Can't find anything in the online documentation. Is it possible to add an option to the FONT_ parameters?

How do you create your legend, i.e, from an input file or via the
labelparameter? In general, sharing a code example makes it easier for people to help you (:(I) input file
Please have a look at the legend code G, see https://docs.generic-mapping-tools.org/latest/legend.html#legend-codes.
(II)
labelparameterHere is a basic code example showing how to add vertical space between the single legend entries (append +G to the
labelparameter) as well as to add space between the box and the legend entries (use C of thepygmt.Figure.legendmethod).Output figure: