Go to the first, previous, next, last section, table of contents.


glib_window

glib_window(Xmin,Ymin,Xmax,Ymax)
: It generates a window with the left top corner [Xmin,Ymin] and the right bottom corner [Xmax,Ymax]. If the global variable Glib_math_coordinate is set to 1, mathematical coordinate system will be employed, i.e., the left top corner will have the coordinate [Xmin,Ymax].

Example:

 glib_window(-1,-1,10,10);


Go to the first, previous, next, last section, table of contents.