basemap icon indicating copy to clipboard operation
basemap copied to clipboard

Plot on map projections (with coastlines and political boundaries) using matplotlib

Results 127 basemap issues
Sort by recently updated
recently updated
newest added

The `fillcontinents` routine seems to fill the ouside of the continents, not the inside under some specific lat/lon values. (`basemap.__version__ = 1.1.0` from `conda-forge`) ``` import matplotlib.pyplot as plt from...

Pull request #138 changed the behaviour of `basemap.addcyclic`. The data and longitude arrays are now being treated the same, i.e. the first point being appended to the end, but previously...

There seems to be a known problem with `tissot` and `Polygon` in the 'Mollweide' projection with basemap when these objects cross the 'limb' (180 degree line if the central longitude...

This same issue is occurring for all data types. Quite often, though not always, one of any of the contoured data will spike sharply downward away from the rest of...

Initally posted by a mistake to matplotlib/matplotlib https://github.com/matplotlib/matplotlib/issues/9541 Here seems to be more relevant.. ### Bug report **Bug summary** Basemap can't plot rotated-pole maps that cross rotated-grid's 0-th meridian **Code...

I'm using Basemap in an application ([PyHum](https://github.com/dbuscombe-usgs/PyHum)) that requires EPSG code input for projection information to use in both Basemap and pyproj. The problem is that Basemap rejects projected NAD83...

When I run drawlsmask() with basemap I get this error: `TypeError: 'float' object cannot be interpreted as an integer`

When using fancy style, the argument ax is not passed to self.plot while plotting the frame and ticks, ex: #plot bottom line rets.append(self.plot([x1,x4],[ybottom,ybottom],color=fontcolor)[0]) Thus, part of the map scale may...

Can this module use the [Fuller projection](https://en.wikipedia.org/wiki/Dymaxion_map)? I did not see it in the docs so thought I should ask before trying to install, in case it does not, or...

Hi There, So I'm really new at this and quite out of my depth. I was wondering if you could tell me why the following code is just giving me...