Skip to content

Commit 6016af5

Browse files
update changelog
1 parent 9e61a65 commit 6016af5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Code freeze date: YYYY-MM-DD
1313
### Added
1414

1515
- `climada.hazard.tc_tracks.compute_track_density` function, `climada.hazard.tc_tracks.compute_grid_cell_area`
16-
function [#1003](https://github.com/CLIMADA-project/climada_python/pull/1003)
16+
function, `climada.hazard.plot.plot_track_density` function [#1003](https://github.com/CLIMADA-project/climada_python/pull/1003)
1717
- Add `osm-flex` package to CLIMADA core [#981](https://github.com/CLIMADA-project/climada_python/pull/981)
1818
- `doc.tutorial.climada_entity_Exposures_osm.ipynb` tutorial explaining how to use `osm-flex`with CLIMADA
1919
- `climada.util.coordinates.bounding_box_global` function [#980](https://github.com/CLIMADA-project/climada_python/pull/980)

climada/hazard/plot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ def plot_track_density(
213213
... add_features={
214214
... 'land': True,
215215
... 'coastline': True,
216-
... 'borders': True,
217-
... 'lakes': True
216+
... 'borders': False,
217+
... 'lakes': False
218218
... },
219-
... title='Custom Cyclone Track Density Map',
219+
... title='My Tropical Cyclone Track Density Map',
220220
... figsize=(10, 5),
221221
... levels=20
222222
... )

0 commit comments

Comments
 (0)