In matplotlib and seaborn, it's possible to adjust the size of legend markers at the time of legend creation, but it's not super clear how to make that transformation after a legend has already been created. It would be nice to be able to give users a utility that lets them scale markers after a legend already exists, rather than having to remember the multiple ways of achieving that before plotting.
In
matplotlibandseaborn, it's possible to adjust the size of legend markers at the time of legend creation, but it's not super clear how to make that transformation after a legend has already been created. It would be nice to be able to give users a utility that lets them scale markers after a legend already exists, rather than having to remember the multiple ways of achieving that before plotting.