Ploting unitless data against data with units
I am trying to make a plot of the dependent variable digital data (zeros and ones) in a column of a matrix vs another column (independent variable - x axis) that has units of degrees. If I add volts units to the dependent variable it plots fine but as soon as I eliminate the units then the error "The values in the axes placeholders must be real numbers or expressions. Make sure the values are of the same type in both placeholders" is returned.
The plot with the errors has the Y variable as a column of the matrix that is unitless. The one that works has been fudged by adding units to that column.

