Trilat: Png Plots & distance labels
This commit is contained in:
@@ -356,6 +356,11 @@ public:
|
||||
splot.getCustom() << "set label '" << txt << "' at " << pos.x << "," << pos.y << "," << pos.z << " front\n";
|
||||
}
|
||||
|
||||
void addLabel(const std::string& txt, const Point3 pos, int tag) {
|
||||
//gp << "set label '" << txt << "' at " << pos.x << "," << pos.y << "," << pos.z << "\n";
|
||||
splot.getCustom() << "set label " << tag << " '" << txt << "' at " << pos.x << "," << pos.y << "," << pos.z << " front\n";
|
||||
}
|
||||
|
||||
void setActivity(const int act) {
|
||||
|
||||
std::string activity = "Unkown";
|
||||
|
||||
Reference in New Issue
Block a user