**************************** plot.txt **************************** by D@CC on 2021EMay22 This module plots a vector to the screen using print statements plot(vector): # by D@CC # on 2021EMay22 # used in testPlot.py # Purpose: print a plot of the vector # ParmIn 01 vector to plot # ParmOut none # vector is a list of values to be plotted # values between 0 and 255 inclusive # the number of values should be less than 64 # Issue 01: python-2 # Issue 02: need to validate the vector # Issue 03: vector must not be complex type ************************************************ /plot.txt