I am producing some plots in matplotlib and would like to add explanatory text for some of the data. I want to have a string inside my legend as a separate legend item above the '0-10' item. Does anyone know if there is a possible way to do this?
This is the code for my legend:
ax.legend(['0-10','10-100','100-500','500+'],loc='best')