> with(DEtools); -1
 

> ode := diff(y(x), x) = x-y(x); 1
 

diff(y(x), x) = x-y(x) 

> DEplot(ode, y(x), x = -2 .. 2, y = -2 .. 2); 1
 

Plot 

>