View Raw SPL
/* matrix plot style - s.matrix */
getmatrix(s)
{
        local mstyle = 0;

        if (argc < 1)
        {
                s = refseries(w0);
        }

        if (length(s) > 0)
        {
                mstyle = setmatrix(s);
        }

        return(mstyle);
}