Skip to content

Commit 2c33e42

Browse files
author
Jeff Whitaker
committed
update
1 parent 74f7c61 commit 2c33e42

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Changelog

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
version 1.0.3 (not yet released)
2-
* added hexbin method.
3-
* drawmapboundary now uses axes bgcolor as default fill_color. If
4-
no color fill wanted, set fill_color='none' (a string).
5-
* clip coastlines for nplaea,npaeqd,splaea,spaeqd in stereographic
6-
coordinates to avoid S. America disappearing in some south polar
7-
plots.
8-
* add 'round' keyword to Basemap.__init__ for pole-centered
2+
* update coastlines, rivers, political boundaries to GSHHS
3+
2.2.0/GMT 4.5.7. The fillcontinents bug (filling the outside
4+
instead of the inside of a coastline polygon) is now much
5+
harder to trigger.
6+
* add 'round' keyword keyword to Basemap.__init__ for pole-centered
97
projections to make them round (clipped at boundinglat) instead
10-
of square.
8+
of square.
9+
* added hexbin method.
10+
* drawmapboundary now uses axes bgcolor as default fill_color. If
11+
no color fill wanted, set fill_color='none' (a string).
12+
* clip coastlines for nplaea,npaeqd,splaea,spaeqd in stereographic
13+
coordinates to avoid S. America disappearing in some south polar
14+
plots.
1115
* fix broken daynight terminator function.
1216
* added kav7 (Kavrayskiy VII) and eck4 (Eckert IV) projections
1317
(https://github.com/matplotlib/basemap/issues/9).

0 commit comments

Comments
 (0)