home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / graphics / 13395 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  943 b 

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!venture.ksu.ksu.edu!news
  2. From: sngattan@venture.ksu.ksu.edu (Down and Under)
  3. Newsgroups: comp.graphics
  4. Subject: 2D Plotting using GnuC?
  5. Date: 5 Jan 1993 06:06:18 -0600
  6. Organization: Kansas State University
  7. Lines: 16
  8. Message-ID: <1ibtjqINNrtm@venture.ksu.ksu.edu>
  9. NNTP-Posting-Host: venture.ksu.ksu.edu
  10. Keywords: Histogram, line plot
  11.  
  12. Hello:
  13.  
  14.     I am using GnuC to develop a few basic routines for image
  15. enhancement.  I have not been able to comprehend GnuC fully though.
  16. Can someone guide me what commands I can use in order to make an
  17. X-Y plot.  The commands that I am looking for should do the following:
  18.  
  19.     1.  Move to (x,y)
  20.     2.  Be able to draw a line from (x1,y1) to (x2,y2)
  21.     3.  Write out text at (x,y) location
  22.  
  23. I found a command GrLine (x1,y1,x2,y2,color) but when I use it, the
  24. compiler gives me an error. Thanks in advance. 
  25.  
  26.                         sanjay
  27.                         sngattan@matt.ksu.ksu.edu
  28.