home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / gnuplot / 365 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  1.0 KB

  1. Path: sparky!uunet!caen!uwm.edu!csd4.csd.uwm.edu!ellis
  2. From: ellis@csd4.csd.uwm.edu (Thomas J Ellis)
  3. Newsgroups: comp.graphics.gnuplot
  4. Subject: Plotting long function
  5. Date: 13 Nov 1992 07:29:15 GMT
  6. Organization: University of Wisconsin - Milwaukee
  7. Lines: 23
  8. Message-ID: <1dvlgbINNdrg@uwm.edu>
  9. Reply-To: ellis@csd4.csd.uwm.edu
  10. NNTP-Posting-Host: 129.89.7.4
  11. Originator: ellis@csd4.csd.uwm.edu
  12.  
  13. --
  14.  
  15. I need to plot a 32nd degree polynomial and gnuplot doesn't seem to like any
  16. form of the function. Is there a way to concatenate functions in a way that
  17. gnuplot would like? I tried using the fortran notation for continuing on the
  18. next line but that didn't work. Right now I'm making a plot file externally.
  19. It would be much nicer just to have gnuplot do it for me. The ploynomial
  20. looks like this:
  21.  
  22.  32    i    32-i
  23. sum c x (1-x)
  24. i=0  i
  25.  
  26. If there is a way to do this then that would lead to another problem.
  27. I would like to have gnuplot read in the coefficients, c, from a file.
  28. I suspect there's an easy solution to this.
  29.  
  30. Replies to:
  31. ellis@csd4.csd.uwm.edu
  32.  
  33. thanx
  34.  
  35. Tom
  36.