Skip to content

Commit b1767da

Browse files
DOC? Remove plot example from clip method docstring
1 parent 6b656ec commit b1767da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rocketpy/mathutils/function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,6 @@ def clip(self, y_lim):
12091209
>>> f_clipped = f.clip([(-5, 5)])
12101210
>>> print(f_clipped)
12111211
Function from R1 to R1 : (x) → (y)
1212-
>>> f_clipped.plot()
12131212
"""
12141213
self.__validate_clip_parameters(y_lim)
12151214

0 commit comments

Comments
 (0)