MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Transparent ContourPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123721] Transparent ContourPlot
  • From: dg <davide.guarisco at gmail.com>
  • Date: Fri, 16 Dec 2011 05:52:08 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Reply-to: comp.soft-sys.math.mathematica at googlegroups.com

I have been trying to create a contour plot where the contour shading is transparent, so that I can draw gridlines and see them through the contours. I can't seem to figure this one out....

This produces a mess:

ContourPlot[x y^2 + 2, {x, -2, 2}, {y, -2, 2}, PlotRange -> {-10, 10},
  ContourShading -> {Orange, Opacity[0.5]}]



  • Prev by Date: Re: Find the derised results
  • Next by Date: variable amount of Interpolation points
  • Previous by thread: high iteration trouble: new 3d IFS using Cuboids instead of Points
  • Next by thread: Re: Transparent ContourPlot