logy

Purpose

Graphs X vs. Y using log coordinates for the y-axis.

Note

This function is for use with the deprecated PQG graphics. Use plotLogY() instead.

Format

logy(x, y)
Parameters:
  • x (Nx1 or NxM matrix) – Each column represents the X values for a particular line.

  • y (Nx1 or NxM matrix) – Each column represents the Y values for a particular line.

Source

plogy.src

See also

Functions xy(), logx(), loglog()