glvis
glvis copied to clipboard
Stream commands unavailable in glvis-js
Most stream commands are not available in glvis-js/pyglvis because aux_js.cpp/display
is handled differently.
See: https://github.com/GLVis/pyglvis/issues/49
Unfortunately,
valuerange
is the only other command that works -glvis-js
has different machinery for handling the stream (glvis/lib/aux_js.cpp/display
). In particular, see these lines. As an example, you can addzoom 50
at the end of a.saved
file and open it withglvis
vsglvis-js
.