visualization module

class dynamapp.visualization.TrajectoryVisualizer(trajectory)[source]

Bases: object

A class for visualizing a custom computed trajectory.

Args:
  • trajectory (Trajectory): An instance of a Trajectory subclass.

plot(title='Trajectory Visualization', xlabel='Time (s)', ylabel='Position')[source]

Plots the computed trajectory.

Args:
  • title (str): Title of the plot.

  • xlabel (str): Label for the x-axis.

  • ylabel (str): Label for the y-axis.