A common use of the caption grob produced by finalize_plot is to provide both a "note" and a "source" that should be a bit separate from each other. Most examples in the cookbook, for example, include <br><br> between text to create the necessary visual spacing.
A logical and easy add would be to allow the caption argument to take a vector of text entries, which finalize_plot would then combine with the necessary line breaks in the backend.
A common use of the caption grob produced by
finalize_plotis to provide both a "note" and a "source" that should be a bit separate from each other. Most examples in the cookbook, for example, include<br><br>between text to create the necessary visual spacing.A logical and easy add would be to allow the
captionargument to take a vector of text entries, which finalize_plot would then combine with the necessary line breaks in the backend.