Changeset 97
- Timestamp:
- Apr 1, 2006, 11:33:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/GnuplotFE.h
r90 r97 61 61 /// 62 62 /// 63 void plot(const std::vector<u_int>& y,const std::string& format="%y-%b -%d");63 void plot(const std::vector<u_int>& y,const std::string& format="%y-%b"); 64 64 65 65 /// … … 85 85 /// 86 86 inline void set_dates(const std::vector<std::string>& date, 87 const std::string& format="%Y-%m ")87 const std::string& format="%Y-%m-%d") 88 88 { date_=date; date_input_format_=format; } 89 89
Note: See TracChangeset
for help on using the changeset viewer.