legend_position_inside(theme_element)
Location of legend
theme_element : tuple[float, float]
Where to place legends that are inside the panels / facets area. The values should be in the range [0, 1]. The default is to put it in the center ((.5, .5)) of the panels area.
[0, 1]
(.5, .5)