File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 ... )
You can’t perform that action at this time.
0 commit comments