basemap
basemap copied to clipboard
Plot on map projections (with coastlines and political boundaries) using matplotlib
When creating a Mollweide projection map with a positive `lon_0` the x axis of the plot reverses. I am using basemap version 1.1.0, matplotlib version 3.0.2, python 3.6, and Ubuntu...
Platform: ``` Python 3.5.2 |Continuum Analytics, Inc.| (default, Jul 2 2016, 17:53:06) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux ``` Throws error on basemap.drawcounties() (over Illinois) ``` Traceback (most...
Hello, When I tried to plot hollow markers on the map, the marker is actually filled, not transparent. See this map below:  Below is the code to reproduce this...
Hi: I've recently tried to install basemap using pip on my fedora 23 in py3.4 virtual environment, but: ``` !bash (py3.4) huziy at thinkpad in ~/Python/Projects/PyNotebooks on master* $ pip...
I have been trying to plot unstructured data with **contour** and **contourf**, using the **tri=True** parameter. It works fine with contourf, but **I get a huge traceback when using contour**...
@wxguy commented a day ago I need to plot more than 100 images for a specific area which are not included in default Basemap. I have read lot of documentation...
Sorry if this is a known bug, but I could not find it in this repository, I think I might have seen it in Matplotlib: When using tissot to plot...
I'm running these in my Mac' s terminal, with python 3.7.0. It seems to be some problems with `numpy` or `Cython` but I pretty sure I have already installed them....
I use the matplotlib3.0 and basemap 1.2 to plot a map figure. The figure is correct. However, if I add colorbar by "m.colorbar(...)", the colorbar will fill the whole figure....
I'm trying to plot a sector of the world in basemap using an orthographic projection and I would like to have a shadedrelief background. If I don't use shadedrelief everything...