- Timestamp:
- May 17, 2007, 9:58:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/dot.c
r13391 r13409 24 24 if (!PrepPlotting (1, &graphmode)) return (FALSE); 25 25 26 PlotVector (1, &x );27 PlotVector (1, &y );26 PlotVector (1, &x, "x"); 27 PlotVector (1, &y, "y"); 28 28 29 29 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
