Viewing an Atoms object results in white axes lines on a white background, which makes seeing the axes difficult (attached image). Is there a way to change the default color of the axes?
Here’s the code for reproducing this image
from ase.build import fcc111
from ase.visualize import view
slab = fcc111('Cu', size=(3, 3, 3), vacuum=10.0)
view(slab)
I am using ASE version 3.23.0 on macOS (Sonoma 14.6.1) via a Jupyter notebook running withing VS Code.