Skip to content

live_plot.py useage

girish joshi edited this page Aug 16, 2016 · 2 revisions

live_plot.py -h

usage: live_plot.py [-h] [-d SERIALDEVICE] [-b BAUDRATE] [-n SAMPLES]
                    [-ymin YMINIMUM] [-ymax YMAXIMUM] [-p PLOTS] [-r ROWS]
                    [-c COLS]

tool for plotting live serial data

optional arguments:
  -h, --help            show this help message and exit
  -d SERIALDEVICE, --SerialDevice SERIALDEVICE
                        serial device from which the input is coming.
  -b BAUDRATE, --Baudrate BAUDRATE
                        the baudrate of serial device.
  -n SAMPLES, --Samples SAMPLES
                        number of samples to be plotted.
  -ymin YMINIMUM, --Yminimum YMINIMUM
                        lower limit of Y-Axis
  -ymax YMAXIMUM, --Ymaximum YMAXIMUM
                        upper limit of Y-Axis
  -p PLOTS, --Plots PLOTS
                        total number of subplots to be created
  -r ROWS, --Rows ROWS  number of rows on the figure.
  -c COLS, --Cols COLS  number of columns on the figure.
Clone this wiki locally