The Active Matter Evaluation Package (AMEP) - a Python library for the analysis of particle-based and continuum simulation data of soft and active matter systems
Instead of supplying coordinates and the box_boundary to the amep.plot.particles() or amep.plot.field() function, it would be very useful to have a direct shortcut to plot a single frame.
Similar to trajectory.animate(), all the data should be supplied directly to amep.plot.particles/field() instead of having to get the coordinates and others first.
Proposed new feature or change:
Instead of supplying coordinates and the box_boundary to the
amep.plot.particles()
oramep.plot.field()
function, it would be very useful to have a direct shortcut to plot a single frame. Similar totrajectory.animate(),
all the data should be supplied directly toamep.plot.particles/field()
instead of having to get the coordinates and others first.Instead of calling
it should simply be