raphaelquast / EOmaps

A library to create interactive maps of geographical datasets
https://eomaps.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
339 stars 25 forks source link

add new hexbin shape #236

Closed raphaelquast closed 8 months ago

raphaelquast commented 8 months ago

🌳 New

There is a new shape to draw hexagonal-bin plots!

m.set_shape.hexbin(size=(20, 40), aggregator="mean")
codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 90.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 75.23%. Comparing base (b6318d8) to head (c99e807).

Files Patch % Lines
eomaps/shapes.py 89.74% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #236 +/- ## ========================================== - Coverage 75.27% 75.23% -0.05% ========================================== Files 26 26 Lines 11685 11724 +39 ========================================== + Hits 8796 8820 +24 - Misses 2889 2904 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.