Skip to content

Commit 1ce0c0d

Browse files
committed
BUG: draw method name
1 parent 3d0edf0 commit 1ce0c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/plots/rocket_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def thrust_to_weight(self):
106106

107107
return None
108108

109-
def draw2(self, vis_args=None):
109+
def draw(self, vis_args=None):
110110
"""Draws the rocket in a matplotlib figure.
111111
112112
Parameters

0 commit comments

Comments
 (0)