IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2007, 11:45:48 AM (19 years ago)
Author:
magnier
Message:

converting to the new kapa 2.0 API set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePlotApResid.c

    r13214 r13473  
    44 *  @author EAM, IfA
    55 *
    6  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-05-04 00:54:09 $
     6 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-05-22 21:45:48 $
    88 *  Copyright 2006 IfA, University of Hawaii
    99 */
     
    7373    }
    7474
    75     KapaClear (kapa, true);
     75    KapaClearPlots (kapa);
    7676    KapaInitGraph (&graphdata);
    7777    section.dx = dx / DX;
     
    133133    graphdata.style = 2;
    134134    KapaPrepPlot (kapa, n, &graphdata);
    135     KapaPlotVector (kapa, n, x->data.F32);
    136     KapaPlotVector (kapa, n, y->data.F32);
     135    KapaPlotVector (kapa, n, x->data.F32, "x");
     136    KapaPlotVector (kapa, n, y->data.F32, "y");
    137137
    138138    if (layout->i == layout->nTotal - 1) {
    139139        psLogMsg ("psphot", 3, "saving plot to %s", file->filename);
    140140        KapaPNG (kapa, file->filename);
    141         KapaClear (kapa, true);
     141        KapaClearPlots (kapa);
    142142    }
    143143
Note: See TracChangeset for help on using the changeset viewer.