a graphical representation of the solutions to a ordinary differential equation

Plug different set of values for into , and sketch the slope

# Sage
var('x,y')
plot_slope_field(x+y, (x, -4, 4), (y, -4, 4))