I'm plotting a large data set and some regressions in pyplot. The data is colored according to an additional value. I decided to set the number of columns in the legend to 2.
It looks nice for the data points, but for the regressions, I'd like to go back to ncols=1. It is possible to do this within one legend?
(I know, I could declare two legends but I'd like to avoid this...)