Skip to content

EOmaps v8.1.1

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 09 Apr 17:27
· 134 commits to master since this release
c83405b

A quick bugfix release to address issues with disappearing colorbars on multiple layers.

EOmaps v8.1.1

🔨 Fixes

  • ❗ Fix colorbars on different layers only show after additional draw
  • Handle numpy linalg errors resulting from singular colorbar axes

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 InsetMaps indicator-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_gridlines with uneven number of explicit lon/lat values
  • Unify treatment of ellipses and geod_circle shapes
  • Fix using kwargs to style the boundary of the peek_layer callback 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_map if no classification is used
  • Allow using bbox=None with annotations to to hide the bounding-box
  • Identification of the directions for m.add_gridlines(where="tblr") has been improved