소스 검색

better description

Rodja Trappe 4 년 전
부모
커밋
f74547f1f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nicegui/elements/line_plot.py

+ 1 - 1
nicegui/elements/line_plot.py

@@ -7,7 +7,7 @@ class LinePlot(Plot):
         """Plot
 
         Create a context to configure a simple line plot. 
-        The  `push` method simplifies live updating.
+        The  `push` method provides live updating when utilized in combination with ui.timer.
 
         :param n: number of data points to begin with
         :param limit: maximum number of datapoints (new ones will push out the oldest)