I want to draw x=0 and y=0 axis in my contour plot, using a white color. If that is too cumbersome, I would like to have a white dot denoting where th
x=0
y=0
Can't you just overlay a straight line?
plt.plot([0,0],[-4,4],lw=3,'w')