Changeset 10795
- Timestamp:
- Dec 16, 2006, 11:58:44 PM (20 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
r5850 r10795 31 31 } 32 32 33 int PlotVectorPair (int N, float *xValues, float *yValues, Graphdata *graphmode) { 34 35 PrepPlotting (N, graphmode); 36 PlotVector (N, xValues); 37 PlotVector (N, yValues); 38 39 return (TRUE); 40 } 41 42 int PlotVectorTriplet (int N, float *xValues, float *yValues, float *zValues, Graphdata *graphmode) { 43 44 PrepPlotting (N, graphmode); 45 PlotVector (N, xValues); 46 PlotVector (N, yValues); 47 PlotVector (N, zValues); 48 49 return (TRUE); 50 } 51 33 52 /* we don't use GetGraph in PlotVector because it flushes the connection */
Note:
See TracChangeset
for help on using the changeset viewer.
