I was doing some analysis and then I want to plot the data, everything is ok, no errors - but I want to ask how I can add to my code a setting, which extends x-axis, thus I can see all numbers from 0 to 115 (now I can only guess if the dot very below is 17th or 18th)
This is the line from my complex code, where I plot my data from PCA using matplotlib (here I am plotting the 1st pca):
plt.plot(data [:, 0], "-o", )