I have the following code ContourPlot[((11 – j*l)/-j^2)^0.5, {l, 0, 10}, {j, 0, 10}] which generates: How can I color the outer region of curves instead of inside? Something like this: Basically I wanted to show the inside of the volume of the following figure with contour (not outside the volume): or Code: RegionPlot3D[-j^2*y^2 +Read more