How to plot one single data point? May 24, 2023 by Tarik To plot a single point you can do something like this: plt.plot([x], [y], marker="o", markersize=3, color="red")