This function creates a legend using the base legend function, but with more abbreviated syntax.
create_base_legend(labels, position = "bottomright", ...)
Labels for the legend (line labels).
Where the legend should be positioned. Defaults to
"bottomright"
.
Additional arguments passed to legend (typically colors, line width, etc).