Changeset 31647 for trunk/Ohana/src/libdvo/include/get_graphdata.h
- Timestamp:
- Jun 17, 2011, 1:02:59 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/get_graphdata.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/get_graphdata.h
r31636 r31647 2 2 #define GET_GRAPHDATA_H 3 3 4 #include "kapa.h" 4 // This was moved from kapa.h 5 6 typedef struct graphdata { 7 double xmin, xmax, ymin, ymax; 8 int style, ptype, ltype, etype, ebar, color; 9 double lweight, size; 10 double ticktextPad; 11 double labelPadXm, labelPadYm, labelPadXp, labelPadYp; 12 double padXm, padXp, padYm, padYp; 13 Coords coords; 14 int flipeast, flipnorth; 15 char axis[8], labels[8], ticks[8]; 16 } Graphdata; 17 5 18 6 19 int GetGraphdata PROTO((Graphdata *data, int *kapa, char *name));
Note:
See TracChangeset
for help on using the changeset viewer.
