display_graph
Arguments:
- _width>=0,_height>=0,_plot_type,_vertex_type,_xmin,_xmax,_ymin,_ymax,_xlabel,_ylabel,_frame_size>=0
Description:
Render graph plot from selected image data.
plot_type can be
{ 0:none | 1:lines | 2:splines | 3:bar }.
vertex_type can be
{ 0:none | 1:points | 2,3:crosses | 4,5:circles | 6,7:squares }.
xmin,
xmax,
ymin,
ymax set the coordinates of the displayed xy-axes.
if specified
width or
height is
0, then image size is set to half the screen size.
Default values:
width=0, height=0, plot_type=1, vertex_type=1, xmin=xmax=ymin=ymax=0 (auto), xlabel="x-axis", ylabel="y-axis" and frame_size=32.
Example of use:
128,1,1,1,'cos(x/10+u)' +display_graph 400,300,3
Command: 128,1,1,1,'cos(x/10+u)' +display_graph 400,300,3
Command: 128,1,1,1,'cos(x/10+u)' +display_graph 400,300,3
G'MIC is an open-source software distributed under the
CeCILL free software licenses (LGPL-like and/or
GPL-compatible).
Copyrights (C) Since July 2008,
David Tschumperlé - GREYC UMR CNRS 6072, Image Team.