G'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing
GREYC CNRS ENSICAEN UNICAEN

A Full-Featured Open-Source Framework for Image Processing



Latest stable version: 3.3.5        Current pre-release: 3.3.6 (2024/03/28)

Reference

Table of Contents  ▸  List of Commands  ▸  Input / Output  ▸  display_graph◀  display_fft    |    display_histogram  ▶

display_graph

Arguments:

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" and ylabel="y-axis".

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 - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing

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.