Frontends
A guide to choosing a visualization frontend.
In this guide, you'll learn:
What frontends are
The differences between
vpython_frontend
andplotly_frontend
What are Frontends?
Frontends are functions that return another set of functions to display a simulation. All three display functions (live
, run
, and show
- see Live, Show and Run Functions) take a frontend as an argument.
Included Frontends
Currently, there are only 2 frontends included with axtools
:
vpython_frontend
plotly_frontend
Each has there own use cases and drawbacks.
VPython
Simple, colorful, and easy to use
Doesn't show details
Plotly
Shows numbers and includes lots of navigation options
Doesn't support real-time displays
Upcoming Frontends
matplotlib_frontend
matplotlib_2d_frontend
plotly_2d_frontend
Have an idea for another one? Create an issue!
Last updated