home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / symbolic / 2063 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.4 KB  |  51 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!destroyer!news.iastate.edu!pv3449.vincent.iastate.edu!whitmore
  3. From: whitmore@iastate.edu (Kurt D Whitmore)
  4. Subject: Re: Dashed Lines in Graphics Question
  5. Message-ID: <whitmore.711937023@pv3449.vincent.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. References: <whitmore.711781052@pv343f.vincent.iastate.edu> <1992Jul23.214844.4055@u.washington.edu>
  9. Date: Fri, 24 Jul 1992 00:17:03 GMT
  10. Lines: 39
  11.  
  12. > >to put several curves on a single plot.  What can I put in the g2
  13. > >statement, say, to get a distinctive dashing for just that one curve?
  14. > >Everything I've tried seems to turn on dashing for all the other
  15. > >curves as well.
  16. >
  17. >
  18. > I have a similar question on Queue at support@wri.com, but I haven't heard
  19. > from anyone since I sent it on July 14th.
  20. >
  21. > Kurt D. Whitmore
  22. > whitmore@iastate.edu
  23.  
  24. Try adding a PlotStyle specification to the definition of g2
  25. For example:
  26.  
  27.         g2 = Plot[ f[2], {x,a3,b3}, PlotStyle -> Dashing[{.03}],
  28.                 DisplayFunction->Identity]
  29.  
  30. That did the trick under Mma 2.0 on my NeXT Cube.
  31.  
  32. Duane Storti
  33. WAIT
  34.  
  35. >That did the trick under Mma 2.0 on my NeXT Cube.
  36.  
  37. >Duane Storti
  38. >storti@u.washington.edu
  39.  
  40.  
  41. Unfortuanly my question deals with multiple light sources on multiple
  42. -Graphics3D- objects and it doesn't work quite that simple.
  43.  
  44. Any other suggestions?
  45.  
  46. Thanks!
  47.  
  48. Kurt
  49.  
  50.  
  51.