You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I'm aware, only "keys" can be sent through PyGLVis but not "stream commands". Adding in some API calls for this (may require work in glvis-js) would make pyglvis much more customizable.
The text was updated successfully, but these errors were encountered:
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.
In hindsight, this probably should be an issue under glvis, since aux_js.cpp is what needs to change.
As far as I'm aware, only "keys" can be sent through PyGLVis but not "stream commands". Adding in some API calls for this (may require work in
glvis-js
) would makepyglvis
much more customizable.The text was updated successfully, but these errors were encountered: