- Timestamp:
- 08/15/13 14:01:57 (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Plotter2.cpp
r2834 r2839 947 947 } 948 948 949 949 /* 950 950 void Plotter2::setAnnotation(const std::string& label, const float posx, const float posy, const float angle, const float fjust, const float size, const std::string& style, const int color, const int bgcolor, const int inVpid) { 951 951 int vpid = inVpid; … … 980 980 //vi->titleBColor = bgcolor; 981 981 } 982 982 */ 983 983 984 984 void Plotter2::close() { -
trunk/src/Plotter2.h
r2830 r2839 1 #include <cstdlib> 1 2 #include <iostream> 2 3 #include <math.h>
Note:
See TracChangeset
for help on using the changeset viewer.