mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-05-05 21:41:12 +08:00
respect immediate draw
This commit is contained in:
parent
353b46c2e9
commit
6cfa086a2e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user