From: dimitris on
Say, I have the plot

Plot[-Log[Abs[x]], {x, -2, 2}]

To invert the y axis I use

Plot[Log[Abs[x]], {x, -2, 2}, Ticks -> {Automatic, Table[{i, -i}, {i,
-4, 1}]}]

Is there another way?

Thanks in advance.

Dimitris

 | 
Pages: 1
Prev: Bug_of_Solve
Next: Can I do this faster?