SyntaxFix
Write A Post
Hire A Developer
Questions
Similarly to scatter plot you can also use normal plot with circle line style. Using markersize parameter you can adjust radius of a circle:
markersize
import matplotlib.pyplot as plt plt.plot(200, 2, 'o', markersize=7)