I\'d like to plot a single point on my graph but it seems like they all need to plot as either a list or equation.
I need to plot like ax.plot(x, y) and a dot will be ap
This worked for me:
plt.plot(105,200,'ro')