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 Plot Geometry Colorfills #3355

Merged
merged 3 commits into from
Jan 10, 2024
Merged

Fix Plot Geometry Colorfills #3355

merged 3 commits into from
Jan 10, 2024

Conversation

kgoebber
Copy link
Collaborator

@kgoebber kgoebber commented Jan 6, 2024

Description Of Changes

This PR is an attempt to fix #3344 by moving the setting of kwargs into the loop and with a copy of the values used for mpl_args. This will allow the documented behavior of having mpl_args be the commanding version of any keyword argument in the declarative plotting. I've added a test to cover the multiple fill and stroke values.

Checklist

@kgoebber kgoebber requested a review from a team as a code owner January 6, 2024 22:30
@kgoebber kgoebber requested review from dcamron and removed request for a team January 6, 2024 22:30
@dopplershift dopplershift added this to the January 2024 milestone Jan 9, 2024
@dopplershift dopplershift added Type: Bug Something is not working like it should Area: Plots Pertains to producing plots labels Jan 9, 2024
@dopplershift dopplershift modified the milestones: January 2024, 1.6.1 Jan 9, 2024
Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Glad the fix was simple and easy to make sense of. Thanks for fixing!

@dopplershift dopplershift merged commit fcd883d into Unidata:main Jan 10, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Plots Pertains to producing plots Type: Bug Something is not working like it should
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PlotGeometry fails to plot multiple fill colors
2 participants