How to plot with a reversed Y-axis?
- To: mathgroup at smc.vnet.net
- Subject: [mg103504] How to plot with a reversed Y-axis?
- From: Mather <sdzbbjhd at hotmail.com>
- Date: Fri, 25 Sep 2009 05:58:32 -0400 (EDT)
Hi,guys I want to plot with a reversed Y-axis, that is to say, along the Y- axis direction the numbers become smaller. For example: ListLinePlot[Table[{i, i^2}, {i, {1, 2, 3, 4, 5, 6}}], PlotRange -> {{0, 8}, {50, 0}}] However it does not work. Can anybody help with this? Thanks in advance!