We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code is supposed to produce a moll contour projection, it is successful however no axis appear. The same occurs with robin as the proj.
f=cf.read("~/cfplot_data/ggap.nc")[0] cfp.gopen(file="projections1.png") cfp.mapset(proj="moll") cfp.con(f.subspace(pressure=850), lines=False, title = "moll", colorbar_position=[0.1, 0.1, 0.8, 0.02], colorbar_orientation='horizontal') cfp.gclose()
Using the main branch:
main
>>> cf.environment() Platform: Linux-5.4.0-131-generic-x86_64-with-glibc2.31 HDF5 library: 1.14.3 netcdf library: 4.9.2 udunits2 library: /home/natalia/cfplot_data/.conda/lib/libudunits2.so.0 esmpy/ESMF: 8.6.1 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/esmpy/__init__.py Python: 3.10.14 /home/natalia/cfplot_data/.conda/bin/python dask: 2024.7.1 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/dask/__init__.py netCDF4: 1.6.5 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/netCDF4/__init__.py psutil: 6.0.0 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/psutil/__init__.py packaging: 24.1 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/packaging/__init__.py numpy: 2.0.1 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/numpy/__init__.py scipy: 1.14.0 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/scipy/__init__.py matplotlib: 3.9.1 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/matplotlib/__init__.py cftime: 1.6.4 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/cftime/__init__.py cfunits: 3.3.7 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/cfunits/__init__.py cfplot: 3.3.0 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/cfplot/__init__.py cfdm: 1.11.1.0 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/cfdm/__init__.py cf: 3.16.2 /home/natalia/cfplot_data/.conda/lib/python3.10/site-packages/cf/__init__.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code is supposed to produce a moll contour projection, it is successful however no axis appear. The same occurs with robin as the proj.
Example with moll
Example with robin
Environment
Using the
main
branch:The text was updated successfully, but these errors were encountered: