I try:
points = [...]
axe.plot([i[0] for i in points], [i[1] for i in points], linestyle='-', linewidth=10,
color='black', markeredgewidth=2, markeredgecolor='green')
But I just get a black contour. How can I achieve something like on the following picture?

Just plot the line twice with different thicknesses: