UDAV features
* Wide spectrum of graphics. At this moment (MathGL v.1.9) more than 55 general types of graphics are supported.
* There are smoothed lightning, transparency, TeX symbols and formulas, arbitrary curvelinear coordinates and a lot of other things (see MathGL features).
* Simple and fast data and formulas plotting:
o You can plot the data by one click (just type ‘udav datafile.dat' or open it in UDAV)
o You can see the script and graphical result at the same time.
o You can rotate, shift, zoom plot by toolbuttons or by mouse.
o You can switch on/off lightning and transparency.
o You can run animation.
* Table for data editing support up to 3-dimensional data arrays.
* Minimal set of tools for data handling (smoothing, resizing, cropping, filling by formula, summation, differentiation, histogram creation and so on).
* Export graphics to bitmap (PNG, JPEG or EPS) and vector (EPS or SVG) files.
Install UDAV in ubuntu
If you are running ubuntu lucid open the terminal and run the following command
sudo apt-get install udav
For other ubuntu version users
First you need to download UDAV .deb files from here and libmgl deb from here
Install downloaded .deb file using the following command from your terminal
sudo dpkg -i filename
Screenshot
Incoming search terms:
- MathGL
- mathgl tutorial
- libmgl
- mathgl ubuntu
- installing mathgl ubuntu
- mathgl gui
- mathgl install ubuntu
- ubuntu data visualization
- ubuntu udav
- ubuntu tools for data visualization







The package manager says i need libmgl (>= 1.7). How do i install it?
[Reply]
admin Reply:
March 9th, 2010 at 2:28 pm
Download libmgl from here http://ufp.appl.sci-nnov.ru/debian/pool/main/m/mathgl/
[Reply]
To install that i need: libltdl3 (>= 1.5.2-2)
[Reply]
Now try to run the following command from your terminal
sudo apt-get -f install
[Reply]
How do I install libltdl3 (>= 1.5.2-2)?
[Reply]
admin Reply:
March 10th, 2010 at 5:57 pm
try to install the following package and try
sudo apt-get install libltdl3-dev
[Reply]
admin Reply:
March 10th, 2010 at 5:59 pm
or download .deb file from here http://brasillivre.wordpress.com/2010/02/14/corrigindo-dependencia-de-libltdl3-do-iscan-no-ubuntu-9-10/
[Reply]