In the textbook Ordinary Differential Equations by Tenenbaum and Pollard they have a graph of this eqn:
$x^3+y^3-3xy=0$
I've tried:
Plot[x^3 + y^3 - 3 xy = 0, {x, 0, 10}, {y, 0, 10}]
but I get the error message:
Plot::nonopt: Options expected (instead of {y,-10,10}) beyond position 2 in Plot[x^3+y^3-3 xy=0,{x,-10,10},{y,-10,10}]. An option must be a rule or a list of rules.
I'm wondering if anyone can give me some guidance as to whether it's possible to produce this graphic in Mathematica, and if so, how to approach it. I know Mathematica well enough to plot simple functions and manipulate them, but this is beyond my experience and I haven't found the Mathematica help files helpful. Any guidance would be much appreciated!



Play around with this.
The plot looks like (you can add the other touches).