MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Axes and Frame

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78775] Re: [mg78734] Axes and Frame
  • From: Brett Champion <brettc at wolfram.com>
  • Date: Mon, 9 Jul 2007 01:37:53 -0400 (EDT)
  • References: <200707081007.GAA09341@smc.vnet.net>

On Jul 8, 2007, at 5:07 AM , Flurchick, Kenneth M wrote:

> GentleBeings
>
> 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]
>


What version/platform are you using?  They show up for me on OS X  
using 6.0.1.

Brett Champion
Wolfram Research


  • References:
  • Prev by Date: Re: Is there anything wrong? (2)
  • Next by Date: Re: SolveAlways documentation problem
  • Previous by thread: Axes and Frame
  • Next by thread: Re: Axes and Frame