



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of data visualization techniques, focusing on plotting one-dimensional (1-d), two-dimensional (2-d), and three-dimensional (3-d) data. It covers various software packages for plotting, such as sm, gnuplot, xgobi, idl, and others. The document also discusses different types of plots, including contour plots, surface plots, and volumetric rendering, as well as animation for time-series data.
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!




● Visualization is useful for:
● Function of one variable only: f(x) vs. x ● Examples: sm, gnuplot, xgobi, IDL, etc. ● Minimum requirements:
● If f is a vector quantity, can:
● Function of 3 variables, i.e. f(x,y,z) ● If f is a scalar quantity, can:
● If any one of the coordinates of data in a plot is time, it makes sense to render images as a time sequence, e.g. make animation. ● The eye is very sensitive to motion, can discover much detail using animations. ● Animation formats include MPEG, FLI, QT, AVI, GIF, plus many custom formats. ● Animation players include mpeg_play, xanim, quicktime, etc.