I need to know the opposite of binning (something like over sampling),
I have less number of points on the x axis. And the curves are not very smooth when plotted against values of Yaxis. I want to find more points within lets say 2 x axis values (multiple points between 1 and 2 e.g. 1.1, 1.2, 1.3) and then interpolating between(1.1, 1.2, 1.3.....2) instead of just plotting at 1 and 2) them so that the curve looks smooth and not abrupt changes. (for e.g. between 1 and 2 in this case)
In short: I need the opposite of this.
What can I use to do this?