Re: DO and LISTPLOT
- To: mathgroup at smc.vnet.net
- Subject: [mg95530] Re: [mg95492] DO and LISTPLOT
- From: "Scot T. Martin" <smartin at deas.harvard.edu>
- Date: Wed, 21 Jan 2009 06:43:22 -0500 (EST)
- References: <200901201045.FAA16715@smc.vnet.net>
Luigi, I'm not 100% certain but I noticed some changes to PlotLabel and
AxesLabel from V5.2 to V6.0. If found what is best is to a knew format,
using Frame->True and then add labeling with
FrameLabel->{{left,right},{top,bottom}}. The change seems to have occured
with PlotLabel.
On Tue, 20 Jan 2009, 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
>
>