Arcadia-Science / arcadia-pycolor

tools for using the Arcadia palette in Python
MIT License
3 stars 0 forks source link

Add utility that scales legend markers *after* legend creation #34

Open mezarque opened 4 days ago

mezarque commented 4 days ago

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.

mezarque commented 4 days ago

via @keithchev : It would also be nice to be able to use a different marker shape in the legend