mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
.ScatterDraw: BubblePlot
git-svn-id: svn://ultimatepp.org/upp/trunk@8690 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
eb513e4e9b
commit
b8409c79d6
1 changed files with 2 additions and 2 deletions
|
|
@ -281,7 +281,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
class BallPlot : public MarkPlot {
|
||||
class BubblePlot : public MarkPlot {
|
||||
private:
|
||||
template <class T>
|
||||
void DoPaint(T& w, const int& scale, int x, int y, const Vector<double>& 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<int>& dataX,
|
||||
const Vector<int>& dataY, const Vector<double>& dataFixed, const double& size,
|
||||
const Color& markColor, const double& markBorderWidth, const Color& markBorderColor) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue