avipersin

Results 5 issues of avipersin

Many of the basemap examples https://matplotlib.org/basemap/users/examples.html are broken. This is mainly due to the datasets no longer existing at the original locations. Instead of statically linking to the datasets which...

``` from mpl_toolkits.basemap import Basemap import matplotlib.pyplot as plt map = Basemap(projection='robin', lat_0=0, lon_0=100) map.readshapefile('./Paleo_Sturtian_750Ma', 'Paleo_Sturtian_750Mm') plt.show() ``` The shapefile I'm using can be downloaded from: [my github](https://github.com/avipersin/shapefiles). Using the...

The north pole works fine when setting lat_0=90 but when setting lat_0=-90 it doesn't work. The data shown in the southern projection is nonsense. Related to #347 and #350 but...

I know it is possible to plot a 3D sphere using matplotlib. It is also possible to use an image as a basemap background using warpimage(). Is there a way...

Python 3.4 Conda 3.18.3 Matplotlib 1.5.1 basemap 1.0.7 Adobe Reader XI Trying to plot a polar projection with a custom shapefile results in an error when opening the PDF in...