update for PIP3
This commit is contained in:
@@ -68,7 +68,7 @@ void GDockWidget::addX(const CDType & t) {
|
||||
void GDockWidget::drawX(const PIMap<PIString, PIVector<double> > & data) {
|
||||
for (int i = 0; i < x_list.size_s(); ++i) {
|
||||
PIString sp = CDCore::pathToString(x_list[i]);
|
||||
const PIVector<double> & ch(data[sp]);
|
||||
PIVector<double> ch(data.at(sp));
|
||||
for (int j = 0; j < ch.size_s(); ++j)
|
||||
graphic->graphic()->addPoint(ch[j], i, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user