home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / symbolic / 2040 < prev    next >
Encoding:
Text File  |  1992-07-21  |  794 b   |  25 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!stanford.edu!EE.Stanford.EDU!siegman
  3. From: siegman@EE.Stanford.EDU (Anthony E. Siegman)
  4. Subject: Dashed Lines in Graphics Question
  5. Message-ID: <1992Jul22.004307.15466@EE.Stanford.EDU>
  6. Organization: Stanford University
  7. Date: Wed, 22 Jul 92 00:43:07 GMT
  8. Lines: 15
  9.  
  10. I'm doing things like:
  11.  
  12.    g1 = Plot[ f1[x], {x,a1,b1}, DisplayFunction->Identity];
  13.  
  14.    g2 = Plot[ f2[x], {x,a2,b2}, DisplayFunction->Identity];
  15.  
  16.    g3 = Plot[ f3[x], {x,a3,b3}, DisplayFunction->Identity];
  17.  
  18.    Show[ g1, g2, g3, DisplayFunction->$DisplayFunction]
  19.  
  20. to put several curves on a single plot.  What can I put in the g2
  21. statement, say, to get a distinctive dashing for just that one curve?
  22. Everything I've tried seems to turn on dashing for all the other
  23. curves as well.
  24.  
  25.