New functions RegionPlot and RegionPlot3D have been added to the built-in Mathematica kernel. RegionPlot includes the functionality of InequalityPlot. RegionPlot3D includes the functionality of InequalityPlot3D.
RegionPlot displays the two-dimensional region defined by a set of inequalities:
Version 5.2
Wolfram Language code: RegionPlot[x ^ 2 <= y ^ 3 + y ^ 2 - 3 y - 1, {x, -5, 5}, {y, -5, 5}]
RegionPlot3D displays the three-dimensional region defined by a set of inequalities: