IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2007, 9:58:42 AM (19 years ago)
Author:
eugene
Message:

rationalized kapa block/non-block, fixed comm problems

File:
1 edited

Legend:

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

    r13391 r13409  
    155155
    156156  PrepPlotting (N, &graphmode);
    157   PlotVector (N, Xvec.elements);
    158   PlotVector (N, Yvec.elements);
     157  PlotVector (N, Xvec.elements, "x");
     158  PlotVector (N, Yvec.elements, "y");
    159159  if (ErrorBars) {
    160     PlotVector (N, dYvec.elements);
    161     PlotVector (N, dYvec.elements);
     160    PlotVector (N, dYvec.elements, "x");
     161    PlotVector (N, dYvec.elements, "y");
    162162  }
    163163
Note: See TracChangeset for help on using the changeset viewer.