plot question
- To: mathgroup at smc.vnet.net
- Subject: [mg72689] plot question
- From: "dimitris" <dimmechan at yahoo.com>
- Date: Mon, 15 Jan 2007 05:35:36 -0500 (EST)
Hello! Consider the following graph of the function -ln(|x|). Plot[-Log[Abs[x]], {x, -2, 2}, PlotRange -> {Automatic, {-1, 3.5}}, Axes -> False, Frame -> True, PlotPoints -> 100, FrameLabel -> {"x", "y"}] How is it possible to make the y-axis point downwards (I need this because in half-space problems within the solid mechanics the possitive vertical axis is pointed into the half-space)? Thanks in advance. Dimitris