Changeset 74 for trunk/lib/GnuplotFE.h


Ignore:
Timestamp:
Mar 7, 2006, 4:46:59 PM (18 years ago)
Author:
Jari Häkkinen
Message:

Improved web presentation. Y axises normalized, ticket ticket:15 resolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/GnuplotFE.h

    r73 r74  
    4040    ///
    4141    ///
    42     void plot(const std::vector<double>& y,const std::string& format="%y-%b-%d");
     42    void plot(const std::vector<u_int>& y,const std::string& format="%y-%b-%d");
    4343
    4444    ///
    4545    ///
    4646    ///
    47     void replot(const std::vector<double>& y);
     47    void replot(const std::vector<u_int>& y);
    4848
    4949    ///
     
    6767    { date_=date; date_input_format_=format; }
    6868
     69    ///
     70    /// Set the upper value for the y axis, the lower values is always
     71    /// zero. Call this function with an argument 0 (or without an
     72    /// argument) to cancel the current setting. Negative argument
     73    /// values are treated as zero value.
     74    ///
     75    /// @return Returns the actual set upper value. A zero value is
     76    /// returned if the current setting was cancelled.
     77    ///
     78    /// @see Gnuplot documentation for yrange
     79    ///
     80    double yrange(double ymax=0.0);
     81
    6982  private:
    7083    ///
Note: See TracChangeset for help on using the changeset viewer.