I've laid out 2 graphs using patchwork, and have a legend which describes them both at the bottom. The legend has a horizontal orientation, and I'm trying to move the title to the top, rather than its default on the left. When I use
guides(
fill = guide_legend(title.position = "top")
)
the (continuous) legend is converted into a discrete legend. Is there an easy way to prevent this from happening?


