I'm trying to find the correct terminology for the default plt.plot() method from Python's matplotlib. It appears to behave like a line graph, but that name seems a bit dodgy when there are actually no lines, and symbols like x and + are used to mark y-values.
An example is shown below. What do you call this type of graph please?
