This graphical object display a serie of '+' marks.
It needs a data source with a single value per coordinate pair
(in other words typical datasource for prices will not work)
my $graph_ds = GT::Graphics::DataSource::Prices->new($q)
; # wrong
my $marks_ds = GT::Graphics::DataSource::Close->new($q)
; # ok