Hi,
I tried the example for drawing 3D molecules in https://mojaie.github.io/MolecularGraph.jl_notebook/drawing_molecule.html. (at the end of the page).
However it gave an error when I called:
spacefilling(mol)
The 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
Perhaps I need to use older version of MolecularGraph or GLMakie?