MathGroup Archive 2010

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

Search the Archive

Re: Axes all around

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111172] Re: Axes all around
  • From: Bill Rowe <readnews at sbcglobal.net>
  • Date: Thu, 22 Jul 2010 05:45:26 -0400 (EDT)

On 7/21/10 at 7:12 AM, eric.phys at gmail.com (eric g) wrote:

>Hello Group, I want to put four axes around in this arrayplot, Axes
>-> True put only two, how to put two more? thnks inadvance Eric

>ArrayPlot[RandomReal[{-1, 1}, {10, 10}], Frame -> None, Axes ->
>True]

Something like this?

ArrayPlot[RandomReal[{-1, 1}, {10, 10}], Frame -> True,
  FrameTicks -> Automatic]



  • Prev by Date: Re: Hatched shading?
  • Next by Date: Re: A Question About Directive
  • Previous by thread: Axes all around
  • Next by thread: Re: Axes all around