current TeX and Code
This commit is contained in:
@@ -63,6 +63,10 @@ public:
|
||||
gplot.getAxisX().setRange(K::GnuplotAxis::Range(K::GnuplotAxis::Range::AUTO, K::GnuplotAxis::Range::AUTO));
|
||||
}
|
||||
|
||||
const std::vector<Entry>& getEntries() {
|
||||
return entries;
|
||||
}
|
||||
|
||||
/** set the percentage range to show */
|
||||
void setYRange(const int fromPercent, const int toPercent, const int increment = 5) {
|
||||
this->range.fromPercent = fromPercent;
|
||||
|
||||
Reference in New Issue
Block a user