MathGroup Archive 1994

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

Search the Archive

Re: Plot in reverse order

  • To: mathgroup at christensen.cybernetics.net
  • Subject: Re: Plot in reverse order
  • From: Bill Graves <graves at bnlls1.nsls.bnl.gov>
  • Date: Fri, 21 Oct 94 13:13:36 EDT

In response to the questions about plotting with axis labels in reverse
order, I think one can just pass strings to the Ticks option of Plot as
described on p. 420 of the book.  For instance:

Plot[x, {x,1,4}, Ticks -> {{{1,"4"}, {2,"3"}, {3,"2"}, {4,"1"}}, Automatic}];

will reverse the order of the x labels.

..Bill Graves (graves at bnl.gov)





  • Prev by Date: RE: function definition
  • Next by Date: reverses of axes
  • Previous by thread: linespacing and subscripts in graphics
  • Next by thread: reverses of axes