Changeset 123 for trunk/lib/GnuplotFE.h


Ignore:
Timestamp:
Jul 30, 2006, 12:42:54 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Addresses ticket:23. Removed 'svn log' for revision-date extraction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/GnuplotFE.h

    r97 r123  
    3535  ///
    3636  /// The GnuplotFE class is a front end to the Gnuplot class. This is
    37   /// a utility function needed to communicate plotting related
     37  /// a utility class needed to communicate plotting related
    3838  /// information between objects.
    3939  ///
     
    4343  ///
    4444  /// @see Design Patterns (the singleton pattern).
     45  /// @see Gnuplot
    4546  ///
    4647  class GnuplotFE : public Gnuplot
     
    8586    ///
    8687    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")
    8889    { date_=date; date_input_format_=format; }
    8990
Note: See TracChangeset for help on using the changeset viewer.