loglog ============================================== Purpose ---------------- Graphs X vs. Y using log coordinates. .. NOTE:: This function is for use with the deprecated PQG graphics. Use :func:`plotLogLog` instead. Format ---------------- .. function:: loglog(x, y) :param x: Each column contains the X values for a particular line. :type x: Nx1 or NxM matrix :param y: Each column contains the Y values for a particular line. :type y: Nx1 or NxM matrix Source ------ ploglog.src .. seealso:: Functions :func:`xy`, :func:`logx`, :func:`logy`