Plot two-dimensional functions

* FUNCTION/FUN2 ID UFUNC NCX XMIN XMAX NCY YMIN YMAX [ CHOPT ]
zone 2 2
1 FUN2 10 ABS(SIN(X)/X)*(COS(Y)*Y) 40 -6 6 40 -6 6
contour 10 40 0
hi/de 10
fun2 10 x*sin(x)*y*sin(y) 40 -10. 10. 40 -10. 10. CONT
h/pl 10 surf4

- The command FUN2 allows to plot 2D functions and fill an
histogram. The variables names are X and Y .
- It is possible to represent a 2D histogram in several ways :
- As a scatter plot.
- With proportional boxes.
- With a color table.
- As a surface plot.
- As a surface with color levels.
- As a surface with a contour plot on top.
- As a surface with Gouraud shading.
- As a lego plot.
- As a lego plot with colours or shading.
- As a line contour plot.
- As a table.
- As an arrows plot.

Last update: 96/05/24 17.19 Olivier.Couet@Cern.Ch