On May 5, 10:57=A0pm, ri...@[EMAIL PROTECTED]
wrote:
> On May 5, 9:43 am, Frank Wang <Muchi0...@[EMAIL PROTECTED]
> wrote:
>
> > "How to make line plot when you know the slopes(of the lines you are
> > going to plot) defined at each grid point"?
>
> How about integrating your slopes numerically, then plotting the
> integral? =A0It sounds like you've got df/dx on a regular grid. If so,
> then f(x) is approximately dx * total(df/dx, /cumulative) + constant,
> where dx is the grid spacing. One value of f(x) gives you the
> constant, if you care about it. There are better integration methods,
> if you need to get fancier.
>
> --Wayne
Thank you for reply. I think your suggenstion is good, and I will try
to integrate it. Thank you.
Regards,
Frank


|