plotLogX#
Purpose#
Graphs X vs. Y using log coordinates for the x-axis.
Format#
- plotLogX([myPlot, ]x, y)#
- Parameters:
myPlot (struct) – Optional argument, a
plotControl
structurex (Nx1 or NxM matrix) – Each column contains the X values for a particular line.
y (Nx1 or NxM matrix) – Each column contains the Y values for a particular line.
See also
Functions plotXY()
, plotLogY()
, plotLogLog()