Changeset 589 for trunk/lib/GnuplotFE.h
- Timestamp:
- Apr 12, 2008, 6:53:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/GnuplotFE.h
r519 r589 79 79 /// shorter than \a y vector. 80 80 /// 81 void plot(std::vector<u _int>& y,const std::string& format="%y-%b");81 void plot(std::vector<unsigned int>& y,const std::string& format="%y-%b"); 82 82 83 83 /// … … 86 86 /// axis data and possible modifications of \a y. 87 87 /// 88 void replot(std::vector<u _int>& y);88 void replot(std::vector<unsigned int>& y); 89 89 90 90 ///
Note: See TracChangeset
for help on using the changeset viewer.