I've got a problem using gnuplot and Aquaterm as the terminal. I have to plot some data using the point as the datamarker.
I know that the marker type is given by the linetype command followed by a number, however when I used the test command, the image I've got was the following:
It seems that Gnuplot cannot have a style that uses points.

plot ... with pointsorplot ... with dots? - user8153plot "data.csv" u 1:2 with points pt #, where the "#" represents a number (for example the number '1' gives the cross marker) and changing it I obtain different symbols, but not the point. When I say "point" I mean a little filled circle , as the one you can obtain by default using MatLab or other programs. - LadyOfShalott