Message Boards Message Boards

0
|
12611 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

ListLinePlot[]. Plot style axis direction change

I have a plot using ListLinePlot. I need the vertically axis crossing at 12000 and the axis direction reverse . That is going descending order from left to right.

POSTED BY: Jose Calderon
2 Replies

In Mathematica 10 try

Plot[x^2, {x, 1, 5}, PlotTheme -> "Business", 
 ScalingFunctions -> {"Reverse", "Log"}, PlotRange -> All]

enter image description here

ListPlot[Table[{x, x^2}, {x, 1, 5, 0.1}], PlotTheme -> "Business", 
 ScalingFunctions -> {"Reverse", "Log"}, PlotRange -> All]

enter image description here

Is this what you seek?Reverse x-axis

POSTED BY: Isaac Abraham
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract