Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix legend of colour-mapped scatter plots. #19816

Merged
merged 1 commit into from
Mar 31, 2021

Commits on Mar 30, 2021

  1. Copy new attributes in Collection.update_from.

    These were added in matplotlib#18480, and not copying them can mean that an artist
    that used `update_from` could get in an inconsistent state.
    
    For example, this will fix legends of colour-mapped scatter plots, where
    a copy of the scatter Collection is made to go in the legend.
    
    Fixes matplotlib#19779.
    QuLogic committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ee8dc54 View commit details
    Browse the repository at this point in the history