Changeset 859 for trunk/lib/Graph.h
- Timestamp:
- Nov 20, 2009, 12:15:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Graph.h
r858 r859 47 47 static bool date_xticks(void); 48 48 49 void fgcolour(unsigned char r, unsigned char g, unsigned char b); 49 50 void plot(const std::vector<unsigned int>&); 50 51 … … 56 57 plstream pls_; 57 58 static std::vector<std::string> xticks_; 59 double yrange_; 58 60 }; 59 61
Note: See TracChangeset
for help on using the changeset viewer.