current TeX and Code
This commit is contained in:
@@ -46,6 +46,18 @@ public:
|
||||
|
||||
}
|
||||
|
||||
void setColor(const int idx, const std::string& color) {
|
||||
lineErr[idx].getStroke().getColor().setHexStr(color);
|
||||
}
|
||||
|
||||
void setLabel(const int idx, const std::string& label) {
|
||||
lineErr[idx].setTitle(label);
|
||||
}
|
||||
|
||||
void setWidth(const int idx, const float w) {
|
||||
lineErr[idx].getStroke().setWidth(w);
|
||||
}
|
||||
|
||||
K::Gnuplot& getGP() {
|
||||
return gp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user