Added an accessor to the pointsize in eoeoGnuplot1DSnapshot.h
This commit is contained in:
parent
800a62ae34
commit
2934551289
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ eoCheckPoint<EOT>& do_make_checkpoint_pareto(eoParser& _parser, eoState& _state,
|
|||
{
|
||||
eoGnuplot1DSnapshot & plotSnapshot = _state.storeFunctor(new
|
||||
eoGnuplot1DSnapshot(snapshot));
|
||||
plotSnapshot.pointSize =3;
|
||||
plotSnapshot.setPointSize(3);
|
||||
checkpoint.add(plotSnapshot);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue