Skip to content

Commit

Permalink
BUG: draw method name
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Oct 1, 2023
1 parent 3d0edf0 commit 1ce0c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/plots/rocket_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ce0c0d

Please sign in to comment.