Re: y-axis direction
- To: mathgroup at smc.vnet.net
- Subject: [mg116534] Re: y-axis direction
- From: Sourav Mukherjee <sourav.scube at gmail.com>
- Date: Fri, 18 Feb 2011 04:37:01 -0500 (EST)
Hello Rob Chai, Please execute the following code: Plot[Sin[x], {x, 0, 2 Pi}] Graphics[GeometricTransformation[First[Plot[Sin[x], {x, 0, 2 Pi}]], ReflectionMatrix[{0, 1}]], Axes -> True, AspectRatio -> 1/GoldenRatio, Ticks -> {Automatic, Function[{ymin, ymax}, Table[{i, -i}, {i, Ceiling[ymin], Floor[ymax], .5}]]}] You might find this example from the documentation helpful: http://wolfram.com/xid/0mrac6-nwzj3 Sincerely, Sourav