mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-09-18 21:08:09 +08:00
respect immediate draw
This commit is contained in:
@@ -894,6 +894,11 @@ namespace graphs
|
||||
intermediate.texture[index].data |= value;
|
||||
}
|
||||
}
|
||||
|
||||
// draw plot into terminal immediately if requested
|
||||
if (options.draw_immediately) {
|
||||
intermediate.draw();
|
||||
}
|
||||
}
|
||||
// plot from single data set
|
||||
template <typename T>
|
||||
|
Reference in New Issue
Block a user