Re: [Matplotlib-users] Plotting from a data file

2015-08-14 Thread Anthony Rollett
Maybe using “genfromtxt" is simpler as a way to get going, see below for a fragment of script? It should be able to read a CSV file since it’s just a comma delimited text file. You might need to look up how to set the delimiter character. regards Tony Rollet > #!/usr/bin/env python > """ > sim

[Matplotlib-users] installing basemap on osx 10.6

2012-12-29 Thread Anthony Rollett
I had found it reasonably straightforward to install matplotlib on 10.6 (much harder on 10.7 but that's a story that somebody more versed than I should tell). I was stumped by trying to install basemap because I took the easy way out with the Geos dependency and installed the latter via mac por