1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.\" Process this file with
.\" groff -man -Tascii udav.1
.\"
.TH UDAV 1 "MARCH 2012" MathGL "User Manuals"
.SH NAME
udav \- program for data visualization based on MathGL library
.SH SYNOPSIS
.B udav
[scriptfile]
.SH DESCRIPTION
.B udav
reads MGL scripts from
.I scriptfile
to produce plots of specified functions or data. The program will create a GUI window which shows the script result and allows one to edit the script itself.
.SH AUTHOR
mglview was written by Alexey Balakin, http://mathgl.sourceforge.net/
.SH "SEE ALSO"
.BR mglview (1),
.BR mglconv (1),
.BR mgl (5)
|