MathGroup Archive 2007

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

Search the Archive

Re: MatrixPlot: frame ticks starting with 0?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77937] Re: MatrixPlot: frame ticks starting with 0?
  • From: nazdrovje at gmail.com
  • Date: Wed, 20 Jun 2007 05:29:42 -0400 (EDT)
  • References: <f58dh8$8jo$1@smc.vnet.net>

On Jun 19, 1:09 pm, robin.gr... 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
See the eample below:

MatrixPlot[RandomReal[{5, 10}, {5, 5}],
 FrameTicks -> {{Table[{i, i - 1}, {i, 5}],
    None}, {Table[{i, i - 1}, {i, 5}], None}}]



  • Prev by Date: Re: Combination List
  • Next by Date: Re: Riddle with Ordering
  • Previous by thread: Re: MatrixPlot: frame ticks starting with 0?
  • Next by thread: Re: Re: MatrixPlot: frame ticks starting with 0?