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 :func:`plotLogY` instead. Format ---------------- .. function:: logy(x, y) :param x: Each column represents the X values for a particular line. :type x: Nx1 or NxM matrix :param y: Each column represents the Y values for a particular line. :type y: Nx1 or NxM matrix Source ------ plogy.src .. seealso:: Functions :func:`xy`, :func:`logx`, :func:`loglog`