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
pygmt.set_display(method="none") should disable image display, but currently, it still displays the image in Jupyter Notebooks.
pygmt.set_display(method="none")
import pygmt pygmt.set_display(method="none") fig = pygmt.Figure() fig.basemap(region=[0, 10, 0, 10], frame=True, projection="X10c") fig.show()
The image is displayed.
PyGMT information: version: v0.8.1.dev108+ge970485e6 System information: python: 3.10.9 | packaged by conda-forge | (main, Feb 2 2023, 20:20:04) [GCC 11.3.0] executable: /home/seisman/opt/mambaforge/bin/python machine: Linux-6.1.18-200.fc37.x86_64-x86_64-with-glibc2.36 Dependency information: numpy: 1.23.5 pandas: 1.5.3 xarray: 2023.2.0 netCDF4: 1.6.3 packaging: 23.0 contextily: None geopandas: 0.12.2 ghostscript: 9.54.0 GMT library information: binary version: 6.4.0 cores: 80 grid layout: rows image layout: library path: /home/seisman/opt/mambaforge/lib/libgmt.so padding: 2 plugin dir: /home/seisman/opt/mambaforge/lib/gmt/plugins share dir: /home/seisman/opt/mambaforge/share/gmt version: 6.4.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description of the problem
pygmt.set_display(method="none")
should disable image display, but currently, it still displays the image in Jupyter Notebooks.Minimal Complete Verifiable Example
Full error message
System information
The text was updated successfully, but these errors were encountered: