-
Notifications
You must be signed in to change notification settings - Fork 25
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
Merge for v8.1 #235
Merged
Merged
Merge for v8.1 #235
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #235 +/- ##
==========================================
+ Coverage 75.23% 75.30% +0.06%
==========================================
Files 26 26
Lines 11709 11754 +45
==========================================
+ Hits 8809 8851 +42
- Misses 2900 2903 +3 ☔ View full report in Codecov by Sentry. |
(crs bounds are given in the units of the crs)
- use "wraparound" for both shapes - make shape base-classes top-level classes - rename "get_< geod_cirlce / ellipse >_points" to "get_points"
matpltolib's default is `ec="face" and lw=1` which can cause the appearance of overlapping hexagons if the gridsize is large.
add new hexbin shape
include "scatter_points" markers in unittest
improve handling of singular axes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A minor release that brings a new plot-shape!
🌳 New
New hexbin shape
There is a new shape to visualize your data as hexagonal-bin plots!
🔨 Fixes
m.set_shape.scatter_points(size=...)
InsetMaps
indicator-lines if multiple boundary intersections are foundm.get_extent()
is used with a crs other than the plot-crsm.add_gridlines
with uneven number of explicit lon/lat valuesellipses
andgeod_circle
shapespeek_layer
callback aream.plot_map
if no classification is usedbbox=None
with annotations to to hide the bounding-boxm.add_gridlines(where="tblr")
has been improved