Re: AxesLabel for ContourPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg25710] Re: [mg25667] AxesLabel for ContourPlot
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Thu, 19 Oct 2000 04:35:34 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Bear in mind that in order to have an AxesLabel you must have Axes to start with (not to be confused with Frame). Include the option Axes->True. For example, try: In[1]:= ContourPlot[Sin[x y], {x, -5, 5}, {y, -5, 5}, Axes -> True, AxesLabel -> {"Axes label 1", "Axes label 2"}]; Tomas Garza Mexico City "Christopher Tong" <ctong at physics.purdue.edu> wrote: > Anybody know how to make ContourPlot show an > AxesLabel? I can't get it to do so even when I > include the AxesLabel->{"x","y"} option. It also > doesn't work when I use Show to display a contour plot. > I am using Mathematica 4.0.2.0 on a PC.