This is a simple thing, but I have been looking for quite some time: I want to customize the shape legend by changing the horizontal order of characters and labels.
In Gnuplot, this is achieved simply by using a key . Example: change x data1 to data1 x . There does not seem to be a user-friendly solution in matplotlib. So, I thought about changing the kind of descriptor binding or just moving the handle position, but I could not find any point to start.
python matplotlib legend
Erwin411
source share