From b8409c79d64ef8bb051ff4d51911c8d459e022af Mon Sep 17 00:00:00 2001 From: koldo Date: Thu, 16 Jul 2015 18:01:39 +0000 Subject: [PATCH] .ScatterDraw: BubblePlot git-svn-id: svn://ultimatepp.org/upp/trunk@8690 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ScatterDraw/MarkPlot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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