We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e509859 commit f9ef85cCopy full SHA for f9ef85c
1 file changed
README.md
@@ -1,2 +1,11 @@
1
# LivePlot
2
This is a python script to allow live plotting by reading the plotting data from a local file.
3
+
4
+Usage:
5
+This script reads from a local file and plots the contents using matplotlib python library.
6
+In order to get live plotting just keep updating the local text file from your other script.
7
8
+Sample:
9
+I have used this script for my other project - https://www.youtube.com/watch?v=XeeV5gr9tBw
10
11
0 commit comments