home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!destroyer!news.iastate.edu!pv3449.vincent.iastate.edu!whitmore
- From: whitmore@iastate.edu (Kurt D Whitmore)
- Subject: Re: Dashed Lines in Graphics Question
- Message-ID: <whitmore.711937023@pv3449.vincent.iastate.edu>
- Sender: news@news.iastate.edu (USENET News System)
- Organization: Iowa State University, Ames IA
- References: <whitmore.711781052@pv343f.vincent.iastate.edu> <1992Jul23.214844.4055@u.washington.edu>
- Date: Fri, 24 Jul 1992 00:17:03 GMT
- Lines: 39
-
- > >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
- WAIT
-
- >That did the trick under Mma 2.0 on my NeXT Cube.
-
- >Duane Storti
- >storti@u.washington.edu
-
-
- Unfortuanly my question deals with multiple light sources on multiple
- -Graphics3D- objects and it doesn't work quite that simple.
-
- Any other suggestions?
-
- Thanks!
-
- Kurt
-
-
-