I have a few subplots for which one has less curves (see figure). I want the legend of the second plot to be at the same height as the others. Switching the order of the two handles is not a valid option.
Thanks guys!
I have a few subplots for which one has less curves (see figure). I want the legend of the second plot to be at the same height as the others. Switching the order of the two handles is not a valid option.
Thanks guys!
After a lot of trials, I added a dummy curve:
axarr[1].plot([], [], label=" ", c="w")