Closed orena1 closed 10 months ago
@FedeClaudi any thoughts?
Hi @orena1,
I can't reproduce this issue, it seems to be fixed with the latest release.
This script seems to work:
from brainrender import Scene
scene = Scene(title="HTML test")
scene.add_brain_region("TH", "CA1")
scene.export("brain_regions.html")
yes @adamltyson working great now. Thanks
Describe the bug When exporting to html, all colors are saved as blue:
brain_regions.zip
To Reproduce
Then tell us the steps to reproduce the behavior: Add
.export("brain_regions.html")
tobrainrender\examples\brain_regions.py
before thescene.render()
line Than runbrainrender\examples>python brain_regions.py