IGRAPH(1) General Commands Manual IGRAPH(1)NAME
igraph - interactive graphing program
DESCRIPTION
Igraph is a crude interactive program for creating line and scatter plots. Provisions for reading and writing graph files as well as
changing variables and getting output are provided from a menu.
Graph files and variables are as described in bgraph(1).
AUTHOR
Greg Ward
BUGS
There is no mechanism provided for undefining a variable.
SEE ALSO bgraph(1), icalc(1), metafile(5)RADIANCE 6/24/98 IGRAPH(1)
Check Out this Related Man Page
DGRAPH(1) General Commands Manual DGRAPH(1)NAME
dgraph - do a set of graphs to a dumb terminal
SYNOPSIS
dgraph [ -w width ][ -l length ][ +variable value .. ][ file .. ]
DESCRIPTION
Dgraph reads each graph file in sequence and converts it to a character plot displayable on any ascii device. If no files are given, the
standard input is read.
Across the top of the plot, the extrema are printed. This is the only indication of the axis size. Curves are represented with their
respective letter ('A' for curve A, etc.) at each point. Where two or more curves cross, a number is shown instead.
The size of the output array can be specified as a certain width and length. The default size is 79 by 22.
Variables can be set explicitly with +variable value options. See bgraph(1) for details.
EXAMPLE
To get a quick glimpse of the sine function from 0 to 4.
dgraph
A(x)=sin(x)
Anpoints=100
xmin=0
xmax=4
^D
AUTHOR
Greg Ward
BUGS
There is no mechanism provided for undefining a variable.
SEE ALSO bgraph(1), gcomp(1), icalc(1), igraph(1)RADIANCE 6/24/98 DGRAPH(1)
Hi all,
I am trying to install Scigraphica on Ubuntu 8.10 and Termcap needs to be installed.
I cannot find or install Termcap by Synaptic package manager (sudo apt-get install does not work either).
I found in some forums that Termcap is not available for Ubuntu 8.10, and ncurses-dev was... (0 Replies)
Hi,
i have read trigraph sequence in
The C99 Draft (N869, 18 January, 1999)
printf("Eh???/n");
will produce
printf("Eh?\n");
what does that mean?
i tried that but i am getting the same output i.e
Eh???/n.
what actually these tri graph characters are?
any idea why ,when and... (1 Reply)
Hello all,
how to get the most 30 frequent words in text and the most frequent trigraphs (three character in same order in text )?
note that : the text is none English text (Arabic text)
so I will get the result as
top 30 words
abdbdns
asddd
wqwfqw
top 30 trigraphs
abc... (3 Replies)
I am currently having some problems with my script not sorting my files lexiographically.
The error seem to be localized here where i sort the utt2spk file, which is done like this..
for x in test train; do
for f in text utt2spk; do
sort data/$x/$f -o... (7 Replies)