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


glib_plot

glib_plot(F)
: It plots an object F on the glib canvas.

Example 0:

 glib_plot([[0,1],[0.1,0.9],[0.2,0.7],[0.3,0.5],[0.4,0.8]]);

Example 1:

 glib_plot(tan(x));


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