Re: [Matplotlib-users] [os x] Can't get IPython to use latest version of matplotlib

2014-02-22 Thread Timothy Duly
Alex, Thanks for the information. I think python.org's version did this for me: $ cat ~/.bash_profile ... # Setting PATH for Python 2.7 # The orginal version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" export PATH ... It turns out, my pr

Re: [Matplotlib-users] extract country borders data & convert to shapefile

2014-02-22 Thread Mat
Just for completion here is the answer how to extract the information directly from basemap: http://stackoverflow.com/questions/13319783/file-format-of-basemap-data-files/21959578#21959578 -- Managing the Performance of