-
-
Notifications
You must be signed in to change notification settings - Fork 49.6k
Closed
Description
import matplotlib.pyplot as plt
radius=float(30)
circle=plt.Circle((15,30),radius, facecolor= 'white', edgecolor='black',linestyle='solid',linewidth='2.2')
plt.gca().add_patch(circle)
plt.plot()
plt.title('Circle')
plt.show()
Circle(float(radius))
I have made a circle using the code above but I am trying to make another one for the eye inside of this one but it is not showing up if I duplicate this code and change it to be smaller. How can I fix this?
Metadata
Metadata
Assignees
Labels
No labels