I have some points on y axis and the corresponding points on x-axis. The points on x-axis are from 0 to 100. I want to make a graph that looks like below in matplotlib.
The idea is that on x-axis we first plot all the values from 0-30 and then add some dots showing that there is some data and finally plot all the values from 90-100. Can someone tell me how to do this in matplotlib in python?