I need to plot data as points on a graph but the graph I get does not include the origin of the x-axis. I have a problem with visibility.
Thank you a lot!
Use AxesOrigin option for the plot.
Like:
ListPlot[Liste1, AxesOrigin->{0,0}]