浏览代码

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)