Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Q: X axis descending

514 views
Skip to first unread message

Sankaralinga Ranganathan

unread,
Oct 18, 1999, 3:00:00 AM10/18/99
to
Consider the toy script below:

plot '-' with lines
10 4
9 3
8 5
7 7
6 2
e

When I plot this, I will get the X axis with 6 at the left and 10 at
the right, though I have listed the points in decreasing order.
Is there some way to make the X axis such that the lowest number
appears on the right?

Thanks.

-- ranga <ra...@ece.utexas.edu>


--

Hans-Bernhard Broeker

unread,
Oct 18, 1999, 3:00:00 AM10/18/99
to
In article <7ueru1$p0r$1...@geraldo.cc.utexas.edu> you wrote:
> Consider the toy script below:
[...]

> Is there some way to make the X axis such that the lowest number
> appears on the right?

Yes. At least in gnuplot-3.7, you can

set xrange [] reverse

to do that.

--
Hans-Bernhard Broeker (bro...@physik.rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.

0 new messages