Re: Frames and Axes
- To: mathgroup at smc.vnet.net
- Subject: [mg78790] Re: Frames and Axes
- From: dh <dh at metrohm.ch>
- Date: Tue, 10 Jul 2007 06:19:18 -0400 (EDT)
- References: <f6si2v$850$1@smc.vnet.net>
Hi Kenneth,
works for me, version 6.0 XP. Did you get any error messages?
Daniel
Flurchick, Kenneth M wrote:
> GentleBeings
>
> Sorry for the earlier post
> I am using Mathematica 6.0 Windows XP
>> Where did the Axes go?
>>
>>
>> data1={{{1,1},ErrorBar[0.75]},
>>
>> {{2,2},ErrorBar[0.75]},
>>
>> {{3,2},ErrorBar[0.75]},
>>
>> {{4,3},ErrorBar[0.75]},
>>
>> {{5,2},ErrorBar[0.75]},
>>
>> {{6,1},ErrorBar[0.75]},
>>
>> {{7,4},ErrorBar[0.75]},
>>
>> {{8,1},ErrorBar[0.75]},
>>
>> {{9,3.5},ErrorBar[0.75]},
>>
>> {{10,2.5},ErrorBar[0.75]}
>>
>> };
>>
>> ErrorListPlot[data1,PlotRange -> {{-1,11},{-1,5}},Frame->True, Axes-
>>> True]