Matplotlib Global Legend For Lots Of Subplots
i have some problem figuring out how to force matplotlib to add a legend where i want. The figures i currently have look like this: I generate this 2 paged plot with the followi
Solution 1:
Try using a figure legend which will let you create a legend for any of the lines plotted in your figure and position it relative to the figure.
Post a Comment for "Matplotlib Global Legend For Lots Of Subplots"