EOmaps v7.3.1
A first series of bugfixes for v7.3.
🌦️ changes
-
InsetMap indicator lines are now only drawn between the boundaries of the InsetMap and its extent.
You can add markers at the connection points with:
m_inset.add_indicator_line(m, marker="o", markersize=10)
🔨 Fixes
- fix re-drawing backgrounds on add/remove gridlines and gridlabels
- fix re-drawing backgrounds on
m.set_frame
- fix triggering on_layer callbacks defined on InsetMaps
- fix custom text positioning with
m.add_title
- fix handling of multiple inset-indicator lines
- fix passing InsetMap boundary colors as RGBA tuples