home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / graphics / gnuplot / 603 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.4 KB

  1. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!agate!ames!saimiri.primate.wisc.edu!crdgw1!rdsunx.crd.ge.com!soho!toy
  2. From: toy@soho.crd.ge.com (Raymond L. Toy)
  3. Newsgroups: comp.graphics.gnuplot
  4. Subject: Axis labels and xrange
  5. Message-ID: <1993Jan7.135027.6343@crd.ge.com>
  6. Date: 7 Jan 93 13:50:27 GMT
  7. Sender: usenet@crd.ge.com (Required for NNTP)
  8. Organization: GE Corporate R&D Center
  9. Lines: 32
  10. Nntp-Posting-Host: soho.crd.ge.com
  11.  
  12. When plotting a function with an xrange of [3:24], gnuplot draws a
  13. graph with the x-axis basically running from 3 to 24.  The tic marks,
  14. however, go from 5 to 20 in steps of 5.  Here's a simple picture:
  15.  
  16.  
  17.    oooooooo
  18.    |                                    |
  19.    |--|---------|---------|---------|---|
  20.       5        10        15        20
  21.  
  22. Thus, left and right edge of
  23. the plot have no tic marks.  From an ergonomic viewpoint, I think this
  24. is very bad.  It's virtually impossible to eyeball what the starting
  25. and ending values are.  Here's a simple picture of what I want to see:
  26.  
  27.  
  28.            ooooooooo
  29.    |                                                 |
  30.    |---------|---------|---------|---------|---------|
  31.    0         5        10        15        20        25
  32.  
  33.  
  34. Setting xtics doesn't help, as the documents say, because it gets
  35. clipped by xrange.  
  36.  
  37. There should be some way of doing this.  Graphs look much better when
  38. they start and end with axis labels.
  39.  
  40. Ray
  41. -- 
  42. Ray -----> toy@soho.crd.ge.com
  43. Toy -----> GE CR&D, KW-C407, 0x6270
  44.