Sample Maple commands for graphing a direction field:
with(DEtools):
DEplot(diff(v(t),t)=9.8-v(t)/5,v(t),
t=0..10,v=0..80,stepsize=.1,color=blue);
When graphing direction fields, be sure to use an appropriate window, in order to display all equilibrium solutions and relevant solution behavior