Added an accessor to the pointsize, for do_make_checkpoint_pareto
This commit is contained in:
parent
ffdce66c98
commit
800a62ae34
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ class eoGnuplot1DSnapshot: public eoFileSnapshot, public eoGnuplot
|
||||||
gnuplotCommand(os.str());
|
gnuplotCommand(os.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void setPointSize(unsigned _pointSize)
|
||||||
|
{ pointSize = _pointSize; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue