RE: change PlotStyle in Graphics object after the fact?
- To: mathgroup at smc.vnet.net
- Subject: [mg47291] RE: [mg47253] change PlotStyle in Graphics object after the fact?
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 2 Apr 2004 03:31:05 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Jose, p1 = Plot[x^3, {x, -1, 1}]; Needs["Graphics`Colors`"] Show[Graphics[ {Blue, First[p1]}], Axes -> True, PlotRange -> All]; On your destroyed email address: Spammers and virus generated email ruined my email address, especially since I'm using a modem and the virus generated email was fairly long. I subscribed to a challenge-response system, in my case SpamArrest, and that completely solved the problem. (About once a month an advertiser will actually respond and slip an email through, but I immediately put them on my block list.) It is much better than all these schemes where recipients must decode the email address. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: jose flanigan [mailto:jflanigan at netzero.net] To: mathgroup at smc.vnet.net Hi, I have a number of graphics objects created like p1=Plot[f[x],{x,-1,1}] p2=Plot[g[x], {x,-1,2}] and I was wondering if I can change the PlotStyle on p1 and p2 by doing something like p2/.PlotStyle->{new plot style options} Any ideas? Thanks in advance. PS. Please reply to this group. Spammers have destroyed this e-mail address.