Changeset 5850 for trunk/Ohana/src/opihi/lib.data/PlotVectors.c
- Timestamp:
- Dec 27, 2005, 3:21:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/PlotVectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/PlotVectors.c
r4689 r5850 8 8 9 9 /* tell kapa to look for the incoming image */ 10 SendGraphCommand (Xgraph, 4, "PLOT");11 10 KiiSendCommand (Xgraph, 4, "PLOT"); 11 12 12 /* send Xgraph the plot details */ 13 SendGraphMessage (Xgraph, "%8d %8d %d %d %d %d %d %f %f",14 Npts, graphmode[0].style,15 graphmode[0].ptype, graphmode[0].ltype,16 graphmode[0].etype, graphmode[0].ebar, graphmode[0].color,17 graphmode[0].lweight, graphmode[0].size);18 SendGraphMessage (Xgraph, "%g %g %g %g",19 graphmode[0].xmin, graphmode[0].xmax,20 graphmode[0].ymin, graphmode[0].ymax);13 KiiSendMessage (Xgraph, "%8d %8d %d %d %d %d %d %f %f", 14 Npts, graphmode[0].style, 15 graphmode[0].ptype, graphmode[0].ltype, 16 graphmode[0].etype, graphmode[0].ebar, graphmode[0].color, 17 graphmode[0].lweight, graphmode[0].size); 18 KiiSendMessage (Xgraph, "%g %g %g %g", 19 graphmode[0].xmin, graphmode[0].xmax, 20 graphmode[0].ymin, graphmode[0].ymax); 21 21 return (TRUE); 22 22 }
Note:
See TracChangeset
for help on using the changeset viewer.
