Skip to content

Commit cec2c1f

Browse files
fixes #121
1 parent 42cfdf8 commit cec2c1f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ti_python_module/ti_draw.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,12 @@ def plot_xy(x_start:float, y_start:float, form_id:int):
332332

333333
def clear():
334334
"""
335-
Clears the entire screen. Can be used with x,y,width,height parameters to clear an existing rectangle.
335+
Clears the entire screen. Use 'clear_rect' to clear only a rectangular area.
336336
337-
338-
Category: TI Draw / Control
339-
340-
341-
Returns None
337+
Returns:
338+
None: None
342339
"""
340+
log("Clearing all drawings from the screen / display", "INFO", "TI Draw", "Clear")
343341
print("Clearing Drawings from Screen")
344342
return None
345343

0 commit comments

Comments
 (0)