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
I would expect this to change how zoomed in the geometry appears but it has no impact
import cil, sys print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)
24.1.0 -1 3.12.5 | packaged by conda-forge | (main, Aug 8 2024, 18:36:51) [GCC 12.4.0] linux
The text was updated successfully, but these errors were encountered:
This is relevant for the hyperspectral CIL-Demos: we want to make this more zoomed in
TomographicImaging/CIL-Demos#160 (comment)
Sorry, something went wrong.
The matplotlib 3D axis distance was deprecated in matplotlib 3.6, they recommend using zoom now.
distance
https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.6.0.html#axes3d-dist
CIL/Wrappers/Python/cil/utilities/display.py
Line 764 in 6485259
No branches or pull requests
Description
I would expect this to change how zoomed in the geometry appears but it has no impact
Environment
24.1.0 -1 3.12.5 | packaged by conda-forge | (main, Aug 8 2024, 18:36:51) [GCC 12.4.0] linux
The text was updated successfully, but these errors were encountered: