IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 7:24:04 AM (19 years ago)
Author:
eugene
Message:

fixing style arguments, graphmode from kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/lcurve.c

    r13409 r13432  
    154154    graphmode.etype = 0; 
    155155
    156   PrepPlotting (N, &graphmode);
    157   PlotVector (N, Xvec.elements, "x");
    158   PlotVector (N, Yvec.elements, "y");
     156  KapaPrepPlot (kapa, N, &graphmode);
     157  KapaPlotVector (kapa, N, Xvec.elements, "x");
     158  KapaPlotVector (kapa, N, Yvec.elements, "y");
    159159  if (ErrorBars) {
    160     PlotVector (N, dYvec.elements, "x");
    161     PlotVector (N, dYvec.elements, "y");
     160    KapaPlotVector (kapa, N, dYvec.elements, "dym");
     161    KapaPlotVector (kapa, N, dYvec.elements, "dyp");
    162162  }
    163163
Note: See TracChangeset for help on using the changeset viewer.