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
Hi,
I was trying the example for drawing 3D molecules in the end of the page of the tutorial webpage.
When I called spacefilling(mol)
spacefilling(mol)
it gave an error:
ERROR: MethodError: no method matching setindex!(::Makie.Axis, ::Bool, ::Symbol) Stacktrace: [1] spacefilling(args::SDFMolGraph; radii::String, kwargs::@Kwargs{}) @ MolecularGraph C:\Users\beryl\.julia\packages\MolecularGraph\sPovF\src\draw\draw3d.jl:59 [2] spacefilling(args::SDFMolGraph) @ MolecularGraph C:\Users\beryl\.julia\packages\MolecularGraph\sPovF\src\draw\draw3d.jl:57 [3] top-level scope @ REPL[12]:1
I am using:
Julia v1.10 MolecularGraph v0.17.1 GLMakie v0.10.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I was trying the example for drawing 3D molecules in the end of the page of the tutorial webpage.
When I called
spacefilling(mol)
it gave an error:
I am using:
The text was updated successfully, but these errors were encountered: