diff --git a/uppsrc/ScatterDraw/MarkPlot.h b/uppsrc/ScatterDraw/MarkPlot.h index bbba9da71..9c84fda64 100644 --- a/uppsrc/ScatterDraw/MarkPlot.h +++ b/uppsrc/ScatterDraw/MarkPlot.h @@ -281,7 +281,7 @@ public: } }; -class BallPlot : public MarkPlot { +class BubblePlot : public MarkPlot { private: template void DoPaint(T& w, const int& scale, int x, int y, const Vector& dataFixed, const double& size, @@ -293,7 +293,7 @@ private: } public: - BallPlot() {multiPlot = true;} + BubblePlot() {multiPlot = true;} virtual void Paint(Draw &p, const int& scale, int x, int y, const Vector& dataX, const Vector& dataY, const Vector& dataFixed, const double& size, const Color& markColor, const double& markBorderWidth, const Color& markBorderColor) const