EOmaps v8.1
A minor release that brings a new plot-shape!
Make sure to also checkout the release-notes for EOmaps v8.0!
🌳 New
New hexbin shape
There is a new shape to visualize your data as hexagonal-bin plots!
m.set_shape.hexbin(size=(20, 40), aggregator="mean")
🔨 Fixes
- ❗ fix using multiple sizes with
m.set_shape.scatter_points(size=...) - Fix scroll events should be captured in Jupyter Notebooks if the LayoutEditor is active
- Fix placement of
InsetMapsindicator-lines if multiple boundary intersections are found - Fix clipping issues if
m.get_extent()is used with a crs other than the plot-crs - Fix using
m.add_gridlineswith uneven number of explicit lon/lat values - Unify treatment of
ellipsesandgeod_circleshapes - Fix using kwargs to style the boundary of the
peek_layercallback area - Fix using "hist_size=None" when adding colorbars
- Fix hiding histogram axes with hist_size=0
- Fix identification of layers that contain only dynamic artists
- Fix issues with scalebars outside the axes clip boundary
- Allow passing an explicit norm to
m.plot_mapif no classification is used - Allow using
bbox=Nonewith annotations to to hide the bounding-box - Identification of the directions for
m.add_gridlines(where="tblr")has been improved