dopplershift on main
DOC: Pin Sphinx less than versi… Merge pull request #2131 from g… (compare)
coll = plt.contourf()
, or use your favorite debugger.pcolormesh
line_c = ax1.contour(lons, lats, ipvPlot, levels=[2],
colors=['blue'],
transform=ccrs.PlateCarree())
rotate_labels
to False and iterate through all the artists and set_visible(True)
.
conda install -q -y -c conda-forge/label/testing -c conda-forge --override-channels cython=0.28.5 flufl.lock matplotlib=2.2.2 numpy=1.16 owslib=0.17 pep8 pillow proj4=5.2.0 pyepsg pyshp pytest pytest-xdist python=3.6 requests scipy=1.2.0 setuptools_scm setuptools_scm_git_archive shapely
and it always ends with conflicts : Found conflicts! Looking for incompatible packages. …
ax1.quiver(lons[::3],lats[::3],uipvPlot,vipvPlot,transform=ccrs.PlateCarree())
File "/usr/local/lib/python3.8/dist-packages/Cartopy-0.18.0-py3.8-linux-x86_64.egg/cartopy/mpl/geoaxes.py", line 310, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/Cartopy-0.18.0-py3.8-linux-x86_64.egg/cartopy/mpl/geoaxes.py", line 1841, in quiver
u, v = self.projection.transform_vectors(t, x, y, u, v)
File "lib/cartopy/_crs.pyx", line 568, in cartopy._crs.CRS.transform_vectors
UserWarning: Some vectors at source domain corners may not have been transformed correctly
ax1.quiver(lons[::3],lats[::3],uipvPlot,vipvPlot,transform=ccrs.PlateCarree()) File "/usr/local/lib/python3.8/dist-packages/Cartopy-0.18.0-py3.8-linux-x86_64.egg/cartopy/mpl/geoaxes.py", line 310, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/Cartopy-0.18.0-py3.8-linux-x86_64.egg/cartopy/mpl/geoaxes.py", line 1841, in quiver u, v = self.projection.transform_vectors(t, x, y, u, v) File "lib/cartopy/_crs.pyx", line 568, in cartopy._crs.CRS.transform_vectors UserWarning: Some vectors at source domain corners may not have been transformed correctly
I forgot to mention that this warning does not generate a plot. The program just exits
gl.top_labels = False
in 0.18 I believe. https://scitools.org.uk/cartopy/docs/latest/matplotlib/gridliner.html