Prev: Bug_of_Solve
Next: Can I do this faster?
From: dimitris on 25 Dec 2008 03:54 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? |