- Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Most stream commands are not available in glvis-js/pyglvis because aux_js.cpp/display is handled differently.
See: GLVis/pyglvis#49
Unfortunately,
valuerangeis the only other command that works -glvis-jshas different machinery for handling the stream (glvis/lib/aux_js.cpp/display). In particular, see these lines. As an example, you can addzoom 50at the end of a.savedfile and open it withglvisvsglvis-js.
tzanio