home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!caen!uwm.edu!csd4.csd.uwm.edu!ellis
- From: ellis@csd4.csd.uwm.edu (Thomas J Ellis)
- Newsgroups: comp.graphics.gnuplot
- Subject: Plotting long function
- Date: 13 Nov 1992 07:29:15 GMT
- Organization: University of Wisconsin - Milwaukee
- Lines: 23
- Message-ID: <1dvlgbINNdrg@uwm.edu>
- Reply-To: ellis@csd4.csd.uwm.edu
- NNTP-Posting-Host: 129.89.7.4
- Originator: ellis@csd4.csd.uwm.edu
-
- --
-
- I need to plot a 32nd degree polynomial and gnuplot doesn't seem to like any
- form of the function. Is there a way to concatenate functions in a way that
- gnuplot would like? I tried using the fortran notation for continuing on the
- next line but that didn't work. Right now I'm making a plot file externally.
- It would be much nicer just to have gnuplot do it for me. The ploynomial
- looks like this:
-
- 32 i 32-i
- sum c x (1-x)
- i=0 i
-
- If there is a way to do this then that would lead to another problem.
- I would like to have gnuplot read in the coefficients, c, from a file.
- I suspect there's an easy solution to this.
-
- Replies to:
- ellis@csd4.csd.uwm.edu
-
- thanx
-
- Tom
-