|
From: Scott H. <st...@co...> - 2014-04-15 23:55:04
|
Hello, I’m trying to make a plot data on a map with the ‘cyl’ projection with a shifted centerline (lon_0=180), but I receive an error when shiftdata() is called. Since the plot works when lon_0=0, this seems to be a bug. I’ve posted the code, error, and plots here: http://nbviewer.ipython.org/gist/anonymous/cbfe6d0f66ff3a8186c8/shiftdata_issue.ipynb It might be related to this issue: https://github.com/matplotlib/basemap/issues/126 Any insight would be appreciated! Scott |