Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ilyankou
Copy link
Contributor

Fixes #438

@codecov-commenter
Copy link

codecov-commenter commented Dec 14, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.38%. Comparing base (6ab3e5f) to head (3dac85e).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #441      +/-   ##
==========================================
+ Coverage   95.94%   96.38%   +0.43%     
==========================================
  Files          34       35       +1     
  Lines        4239     4256      +17     
==========================================
+ Hits         4067     4102      +35     
+ Misses        172      154      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

color=line_gdf["color"],
*self.args,
**{
x: self.kwargs[x] for x in self.kwargs if x != "column"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think self.kwargs.pop("column") would be more readable

@ilyankou
Copy link
Contributor Author

Hi @anitagraser - I was hesitant to modify the original kwargs dict at first but I think it should be fine (and yes definitely easier to read).

@anitagraser anitagraser merged commit 3f462dc into movingpandas:main Dec 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UserWarning in plot with column_to_color
3 participants