Re: Show options
- To: mathgroup at smc.vnet.net
 - Subject: [mg117307] Re: Show options
 - From: István Zachar <zac at freemail.hu>
 - Date: Mon, 14 Mar 2011 06:02:13 -0500 (EST)
 - References: <ili69r$kif$1@smc.vnet.net>
 
On Mar 13, 11:29 am, Antonio Mezzacapo <ant.mezzac... at gmail.com>
wrote:
> Hi,
> Can I change the colours of dots in a ListPlot graphic by using Show?
>
> Thank you
>
> Antonio Mezzacapo
Yes, an interesting issue. I just rediscovered this "feature" the
other day myself. I'm sure this has a great many literature in the group.
Certainly Show does not work the intuitive way. This fails:
p = Plot[Sin[x], {x, 0, 2 \[Pi]}, PlotStyle -> Hue[.4, 1, .5]];
Table[Show[p, PlotLabel -> Hue[i], PlotStyle -> Hue[i]], {i, 0, 1,
1/3}]
i