Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Nov 4, 2024
1 parent 563aa47 commit b8bc64b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
2. `mpu.hatch_map`: for cartopy GeoAxes
3. `mpu.hatch_map_global`: as 2. but also adds a cyclic point to the array

all three functions expect a 2D boolean `xr.DataArray` and a hatch pattern. Values that are `True` are hatched.
all three functions expect a 2D boolean `xr.DataArray` and a hatch pattern. Values that are `True` are hatched
([#123](https://github.com/mathause/mplotutils/pull/123) and [#143](https://github.com/mathause/mplotutils/pull/143)).


- Enable passing `AxesGrid` (from `mpl_toolkits.axes_grid1`) to `set_map_layout` ([#116](https://github.com/mathause/mplotutils/pull/116)).
- Raise more informative error when a wrong type is passed to `set_map_layout` ([#121](https://github.com/mathause/mplotutils/pull/121)).
Expand Down

0 comments on commit b8bc64b

Please sign in to comment.