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]