Currently, I draw the same data, but I visualize them differently in two subheadings (see figure): 
The code snippet used to create the above image:
# Figure plt.figure(figsize=(14,8), dpi=72) plt.gcf().suptitle(r'Difference between TI and $\lambda$D', size=16)
Is there a way to make the legend show both scatter points and columns? Will it also go for a mannequin as described here ? Can someone please write a minimal working example for this, since I cannot wrap this around me.
python matplotlib legend
tschoppi Feb 24 '14 at 23:55 2014-02-24 23:55
source share