plotting coordinates bart simpson
[1.5, 1.5], color='black', s=50) Add nose plt.plot([2.0, 2.0], [1.0, 0.5], color='black', linewidth=2) Add mouth plt.plot([1.2, 2.0, 2.8], [0.2, 0.0, 0.2], color='red', linewidth=2) Set plot limits plt.xlim(-2, 5) plt.ylim(-4, 5) Remove axes for a cleaner look