Macro Library ineq

Inequality graphing functions. Version 1.0, Oct 30, 2006

ineqplot

ineqplot("funcstring",[xmin,xmax,ymin,ymax,labels,grid,width,height])
graphs a set of functions, shading above or below each graph as specified

funcstring format: (function and filltype are required) - one string or array
  function of x,filltype,fillcolor,linecolor,dash,strokewidth
  
filltypes: above, below

ineqbetweenplot

ineqbetweenplot("funcstring",[xmin,xmax,ymin,ymax,labels,grid,width,height])
graphs a set of functions, shading the area satisfying all above or below
  specifications.

funcstring format: (function and filltype are required) - one string or array
  function of x,above or below,linecolor,dash,strokewidth,fillcolor
  or x=number,right or left,linecolor,dash,strokewidth,fillcolor