Re: MatrixPlot: frame ticks starting with 0?
- To: mathgroup at smc.vnet.net
- Subject: [mg77948] Re: MatrixPlot: frame ticks starting with 0?
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Wed, 20 Jun 2007 05:35:30 -0400 (EDT)
On 6/19/07 at 6:45 AM, robin.gruna at gmail.com wrote: >Hi, I wonder how I can make MatrixPlot in Mathematica v6 to start >the labeling of the frame ticks with 0? It allways starts the >labeling with 1. Greetings, Robin Use the FrameTicks option for MatrixPlot. For example MatrixPlot[Table[RandomReal[], {n, 5}, {m, 5}], FrameTicks -> {Transpose[{Range[5], Range[0, 4]}]}] -- To reply via email subtract one hundred and four