Live and Show
A tutorial on using the live and show commands in axcli.
In this tutorial, you'll learn about:
Using the
live
andshow
commandsWhat frontends are available
axcli live
axcli live
axcli
's live
command renders a simulation so it can be watched live.
axcli show
axcli show
The show
command displays a simulation as a static plot, meaning that it has no animation.
-f|--frontend
-f|--frontend
In Axinite, frontends are scripts that render a simulation. You can learn more here. You can pass in:
vpython
for a VPython frontend.plotly
for a Plotly frontend.
Last updated