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 noticed when setting the figure widget camera FOV with the following code (which does seem to work):
import ipyvolume as ipv fig = ipv.figure(camera_fov=30.0) ipv.show() print(f"{fig.camera_fov}, {fig.camera.traits}")
The camera traits for the same figure widget show a different FOV.
Is this inconsistency a bug or are these FOVs different?
I'm using the Anaconda installs on MacOS with the following versions:
ipyvolume 0.5.1 pythreejs 2.0.2 Python 3.7.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed when setting the figure widget camera FOV with the following code (which does seem to work):
The camera traits for the same figure widget show a different FOV.
Is this inconsistency a bug or are these FOVs different?
I'm using the Anaconda installs on MacOS with the following versions:
ipyvolume 0.5.1
pythreejs 2.0.2
Python 3.7.1
The text was updated successfully, but these errors were encountered: