IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 8:38:11 AM (21 years ago)
Author:
eugene
Message:

updating to libkapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/box.c

    r4689 r5849  
    5050  if (argc != 1) goto usage;
    5151
    52   SendGraphCommand (Xgraph, 4, "DBOX");
    53   SendGraphMessage (Xgraph, "%12.6g %12.6g %12.6g %12.6g", graphmode.xmin, graphmode.xmax, graphmode.ymin, graphmode.ymax);
    54   SendGraphMessage (Xgraph, "%s %s %s", Axis, Labels, Ticks);
     52  KapaBox (Xgraph, &graphmode, Axis, Labels, Ticks);
    5553  return (TRUE);
    5654     
Note: See TracChangeset for help on using the changeset viewer.