Re: DO and LISTPLOT
- To: mathgroup at smc.vnet.net
- Subject: [mg95525] Re: DO and LISTPLOT
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 20 Jan 2009 06:58:03 -0500 (EST)
- Organization: Uni Leipzig
- References: <gl49vo$ga9$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
Do[
ListPlot[AzScan[i],
AxesLabel -> {"\[Beta][\[Degree]]", "I[a.u.]"},
BaseStyle -> {Large, FontFamily -> "Arial", Bold},
PlotStyle -> {Red, PointSize[0.01]},
PlotLabel -> "Azimuthal Scan"]//Print,
{i, 65, 160}]
??
Regards
Jens
Luigi B wrote:
> Hallo,
> I use to run my routines in Mathematica 5.2. Now I have installed the
> 7.0. And this simple routine of making several plot one after the
> other seems not to work anylonger.
>
> Do[
>
> ListPlot[AzScan[i],
> AxesLabel -> {"\[Beta][\[Degree]]", "I[a.u.]"},
> BaseStyle -> {Large, FontFamily -> "Arial", Bold},
> PlotStyle -> {Red, PointSize[0.01]},
> PlotLabel -> "Azimuthal Scan"],
>
> {i, 65, 160}]
>
>
> Does anyone have a clue what I am doing wrong?
>
> Thanks
> Luigi
>