diff --git a/rocketpy/plots/rocket_plots.py b/rocketpy/plots/rocket_plots.py index cd654500d..1345b213d 100644 --- a/rocketpy/plots/rocket_plots.py +++ b/rocketpy/plots/rocket_plots.py @@ -106,7 +106,7 @@ def thrust_to_weight(self): return None - def draw2(self, vis_args=None): + def draw(self, vis_args=None): """Draws the rocket in a matplotlib figure. Parameters