google / neuroglancer

WebGL-based viewer for volumetric data
Apache License 2.0
1.08k stars 295 forks source link

video tool does not respect showAxisLines #381

Open stuarteberg opened 2 years ago

stuarteberg commented 2 years ago

The video tool is a wonderful utility. I've noticed a bug, though: My links all use "showAxisLines": false, but the axis lines are shown anyway. I tried both --browser firefox and --browser chrome.

python -m neuroglancer.tool.video_tool --bind-address 127.0.0.1 render /tmp/ng-video.txt /tmp/example-frames --browser firefox
image
jbms commented 2 years ago

You can hide axis lines with the --hide-axis-lines command-line option.

However, it is indeed a bug that axis lines are toggled on when that option is not specified.

stuarteberg commented 2 years ago

Ah! Sorry I missed that. Thanks!