Re: entering problem
- To: mathgroup at smc.vnet.net
- Subject: [mg35352] Re: entering problem
- From: shollis at armstrong.edu (Selwyn Hollis)
- Date: Tue, 9 Jul 2002 06:49:03 -0400 (EDT)
- References: <agbg32$jfu$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
<< "Graphics`PlotField`";
PlotVectorField[{1, 1/y},
{t, 0, 4}, {y, 0.01, 3}, Axes -> True]
If you want the arrows to have the same length,
put in the option ScaleFunction -> (1 & ).
Hope that helps,
sh