Changeset 97


Ignore:
Timestamp:
Apr 1, 2006, 11:33:44 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #30.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/GnuplotFE.h

    r90 r97  
    6161    ///
    6262    ///
    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");
    6464
    6565    ///
     
    8585    ///
    8686    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")
    8888    { date_=date; date_input_format_=format; }
    8989
Note: See TracChangeset for help on using the changeset viewer.