home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / gnuplot / 695 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!nih-csl!helix.nih.gov!rvenable
  3. From: rvenable@helix.nih.gov (Richard M. Venable)
  4. Subject: Re: Colors from gnuplot and Postscript?
  5. Message-ID: <1993Jan25.173623@helix.nih.gov>
  6. Sender: postman@alw.nih.gov (AMDS Postmaster)
  7. Reply-To: rvenable@helix.nih.gov (Richard M. Venable)
  8. Organization: National Institutes of Health
  9. References:  <george.727983010@windslc>
  10. Date: Mon, 25 Jan 1993 22:36:23 GMT
  11. Lines: 23
  12.  
  13. In article <george.727983010@windslc>, george@windslc.seri.gov (George
  14. Scott) writes:
  15. |> Is there a way to specify a particular color for each curve? I've
  16. searched
  17. |> through all the documentation I have (looking for the word 'color')
  18. and
  19. |> haven't found any help.
  20.  
  21. Each color is considered a 'linestyle', so that you can control
  22. the color used in the same way you would control the type of line
  23. used with a monochrome device:
  24.  
  25. plot 'file1.dat' with lines 2, 'file2.dat' with lines 3
  26.  
  27. The integer after the keyword 'lines' is the linestyle; if not
  28. specified, they are applied in sequence (12345...)
  29.  
  30. -----------------------------------------------------------------
  31.  Rick Venable                  |    "Eschew
  32.  FDA/CBER Biophysics Lab       |   Obfuscation"  
  33.  rvenable@helix.nih.gov        |         -- the Phantom Nerd   
  34. -----------------------------------------------------------------
  35.  
  36.