Changeset 74 for trunk/lib/GnuplotFE.h
- Timestamp:
- Mar 7, 2006, 4:46:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/GnuplotFE.h
r73 r74 40 40 /// 41 41 /// 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"); 43 43 44 44 /// 45 45 /// 46 46 /// 47 void replot(const std::vector< double>& y);47 void replot(const std::vector<u_int>& y); 48 48 49 49 /// … … 67 67 { date_=date; date_input_format_=format; } 68 68 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 69 82 private: 70 83 ///
Note: See TracChangeset
for help on using the changeset viewer.