You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add function to merge handles for identical labels in legend (#516)
* Add function to merge handles for identical labels in legend
This function is useful, when using multiple plotting functions and one only wants to use a single label.
This function combines all the handles for identical labels into a single handle.
* Make merge_legend_handles_labels function available
0 commit comments