home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!darwin.sura.net!wupost!sdd.hp.com!caen!batcomputer!cornell!uw-beaver!news.u.washington.edu!news
- From: storti@beach.me.washington.edu (Duane Storti)
- Subject: Re: Dashed Lines in Graphics Question
- Message-ID: <1992Jul23.214844.4055@u.washington.edu>
- Sender: news@u.washington.edu (USENET News System)
- Organization: University of Washington
- References: <whitmore.711781052@pv343f.vincent.iastate.edu>
- Date: Thu, 23 Jul 1992 21:48:44 GMT
- Lines: 37
-
- In article <whitmore.711781052@pv343f.vincent.iastate.edu> whitmore@iastate.edu
- (Kurt D Whitmore) writes:
- > In <1992Jul22.004307.15466@EE.Stanford.EDU> siegman@EE.Stanford.EDU (Anthony
- E. Siegman) writes:
- >
- > >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.
- >
- >
- > I have a similar question on Queue at support@wri.com, but I haven't heard
- > from anyone since I sent it on July 14th.
- >
- > Kurt D. Whitmore
- > whitmore@iastate.edu
-
- Try adding a PlotStyle specification to the definition of g2
- For example:
-
- g2 = Plot[ f[2], {x,a3,b3}, PlotStyle -> Dashing[{.03}],
- DisplayFunction->Identity]
-
- That did the trick under Mma 2.0 on my NeXT Cube.
-
- Duane Storti
- storti@u.washington.edu
-