-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maps: use PlateCarree projection for small maps
This should speed up the plotting of small maps (map diagonal below 100 km) which is slow with the Mercator projection.
- Loading branch information
1 parent
efef488
commit 59d660c
Showing
2 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,8 @@ Copyright (c) 2011-2024 Claudio Satriano <[email protected]> | |
- `plot_sourcepars`: possibility of selecting the latest runid for each event | ||
- `plot_sourcepars`: new plot type: static stress drop vs. depth | ||
- Support for Matplotlib 3.9 | ||
- Maps: use PlateCarree projection for small maps (map diagonal below 100 km), | ||
which speeds up the plotting | ||
|
||
### Config file | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters