Changeset 5850 for trunk/Ohana/src/opihi/include/display.h
- Timestamp:
- Dec 27, 2005, 3:21:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/display.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/display.h
r5846 r5850 5 5 # define DISPLAY_H 6 6 7 # if (0) 7 8 typedef struct { 8 9 double xmin, xmax, ymin, ymax; … … 11 12 Coords coords; 12 13 int flipeast, flipnorth; 14 char axis[8], labels[8], ticks[8]; 13 15 } Graphdata; 16 # endif 14 17 15 18 /*** plotting functions ***/
Note:
See TracChangeset
for help on using the changeset viewer.
