View Raw SPL
charts(s)
{
        if (argc > 0)
        {
                setplottype(s, 6);
        }
        else
        {
                setplottype(6);
        }
}