glvis icon indicating copy to clipboard operation
glvis copied to clipboard

Stream commands unavailable in glvis-js

Open justinlaughlin opened this issue 5 months ago • 0 comments

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 add zoom 50 at the end of a .saved file and open it with glvis vs glvis-js.

justinlaughlin avatar Sep 04 '24 17:09 justinlaughlin