fix Scatter3D::clear
This commit is contained in:
@@ -117,6 +117,12 @@ void Scatter3D::removeGraphic(int index) {
|
||||
}
|
||||
|
||||
|
||||
void Scatter3D::clear() {
|
||||
for (auto g: graphics)
|
||||
g.data->resetArray(nullptr);
|
||||
}
|
||||
|
||||
|
||||
void Scatter3D::setLabelAutoRotation(bool on) {
|
||||
if (on) {
|
||||
canvas->axisX()->setLabelAutoRotation(90);
|
||||
|
||||
Reference in New Issue
Block a user