Re: Reverse the scale in Mathematica plot
- To: mathgroup at smc.vnet.net
- Subject: [mg108684] Re: Reverse the scale in Mathematica plot
- From: DC <b.gatessucks at gmail.com>
- Date: Sat, 27 Mar 2010 05:10:53 -0500 (EST)
- References: <hoi2pk$qm5$1@smc.vnet.net>
Try
ListPlot[Prime[Range[25]], AxesOrigin -> {25, 100}]
-Francesco
On 03/26/2010 10:37 AM, Michael wrote:
> Dear experts,
>
> How can I control the plot (reverse or mirror) so that my axes origin
> wil be not at the bottom left but on the top right.
> Example: This Plot ListPlot[Prime[Range[25]]] is going from bottom
> left to top right. How can I change the plot so that it would go from
> top right to bottom left (Axis Oridin 0,0 is at top right).
>
> Thank,
>
> Michael
>