Skip to contents

Provides the code necessary for putting a legend inside the plot area. At some point the code for that changed, and I always forget it.

Usage

ft_ggplot2_legend_inside()

Value

a string

Examples

ft_ggplot2_legend_inside()
#> theme(legend.position = "inside", legend.position.inside = c(0.7, 0.7))