Live and Show
A tutorial on using the live and show commands in axcli.
In this tutorial, you'll learn about:
Using the
liveandshowcommandsWhat frontends are available
axcli live
axcli liveaxcli's live command renders a simulation so it can be watched live.
axcli live <FILE> [-f|--frontend FRONTEND]axcli show
axcli showThe show command displays a simulation as a static plot, meaning that it has no animation.
axcli show <FILE> [-f|--frontend FRONTEND]-f|--frontend
-f|--frontendIn Axinite, frontends are scripts that render a simulation. You can learn more here. You can pass in:
vpythonfor a VPython frontend.plotlyfor a Plotly frontend.
Last updated