Browse Source

better description

Rodja Trappe 4 years ago
parent
commit
f74547f1f7
1 changed files with 1 additions and 1 deletions
  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)