Changeset 123 for trunk/lib/GnuplotFE.h
- Timestamp:
- Jul 30, 2006, 12:42:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/GnuplotFE.h
r97 r123 35 35 /// 36 36 /// The GnuplotFE class is a front end to the Gnuplot class. This is 37 /// a utility functionneeded to communicate plotting related37 /// a utility class needed to communicate plotting related 38 38 /// information between objects. 39 39 /// … … 43 43 /// 44 44 /// @see Design Patterns (the singleton pattern). 45 /// @see Gnuplot 45 46 /// 46 47 class GnuplotFE : public Gnuplot … … 85 86 /// 86 87 inline void set_dates(const std::vector<std::string>& date, 87 const std::string& format="%Y-%m-%d ")88 const std::string& format="%Y-%m-%dT%H:%M:%SZ") 88 89 { date_=date; date_input_format_=format; } 89 90
Note: See TracChangeset
for help on using the changeset viewer.