Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 426 Bytes

py_serialPlot

A simple serial plotter written in Python, works on Python 3.7

Features

  • Takes any number of inputs, all formulated in line "y1, y2, y3 ... yn\n".
  • Can use the first input as x axis

libraries and versions

  • Matplotlib 3.3.2
  • numpy 1.19
  • pySerial 3.4

to be done

  • Allow different scales for each input
  • Make y resizing better
  • Smooth user experience, unlikely to ever happen
  • Reduce cpu load