I am trying to recreate a plot style in matplotlib.
In the plot, the ticks on each contour show the downhill direction of the function. I want to recreate this plot but for the surface -x^3/3+x y^2+x
with tick marks showing the downhill direction like in this plot.
How can I achieve this effect in matplotlib?