home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!stanford.edu!EE.Stanford.EDU!siegman
- From: siegman@EE.Stanford.EDU (Anthony E. Siegman)
- Subject: Dashed Lines in Graphics Question
- Message-ID: <1992Jul22.004307.15466@EE.Stanford.EDU>
- Organization: Stanford University
- Date: Wed, 22 Jul 92 00:43:07 GMT
- Lines: 15
-
- I'm doing things like:
-
- g1 = Plot[ f1[x], {x,a1,b1}, DisplayFunction->Identity];
-
- g2 = Plot[ f2[x], {x,a2,b2}, DisplayFunction->Identity];
-
- g3 = Plot[ f3[x], {x,a3,b3}, DisplayFunction->Identity];
-
- Show[ g1, g2, g3, DisplayFunction->$DisplayFunction]
-
- to put several curves on a single plot. What can I put in the g2
- statement, say, to get a distinctive dashing for just that one curve?
- Everything I've tried seems to turn on dashing for all the other
- curves as well.
-
-