Interactive contour in matplotib , eg 1: The above python program will run the contour 3D view using matplotlib. And we can give the input at run time to change the contour levels. while running the above program , in prompt says like “enter level values or ‘q’ to quit:” Enter the following [-45,-30,-20,-10,0,10,15,30,45,60] and [...]
Archive for January, 2010
15 Jan
matplotlib Installation Guide
Hi This guide will help to install matplotlib those who are all newbie to python and source installation. Ref : http://matplotlib.sourceforge.net/users/installing.html To install matplotlib , we need to 4 major depencies which are , 1) python 2.4 (or later but not python3) matplotlib requires python 2.4 or later $ sudo apt-get install python 2) numpy [...]
15 Jan
contour program using contour module and cdat 5.2
Hi to all. Here i pasted example program to draw contour using “contour.py” module. Download the corrected “contour.py” module from the previous post of mine. Link : http://tuxworld.wordpress.com/2010/01/15/setting-up-contour-module-in-cdat-5-2/ save the contour.py in /home/[user-name]/example/ location. copy the below example program and save it as “sample.py” and pasted in that same folder. Run the program : $ [...]
15 Jan
Setting up Contour Module in CDAT 5.2
Hi , During analysis about contour plotting tools for my project , i searched in Internet . I got few tools such as CDAT , Matplotlib and Mayavi. First i tried to install CDAT in , ubuntu 9.10. After successfully installed it , i very much tried to setup contour module with cdms in cdat. [...]
15 Jan
cdat 5.2 installation guide for ubuntu
Cdat 5.2 installation steps for ubuntu Ref : http://www2-pcmdi.llnl.gov/ Ref : http://www2-pcmdi.llnl.gov/cdat Ubuntu packages needed If you have only the minimal Ubuntu install, there is a good chance that you won’t be able to do a successful install of CDAT, since additional packages are needed. Here’s the list of what I added (you can add [...]
15 Jan
About : Thyagarajan Shanmugham
Hi to all, I am very luckiest guy to get such a wonderful and friendly guide . yes. He is Mr.Thyagarajan Shanmugham. From past one year , we know about each other. I know him by my brother shrinivasan only. He gave me intro to Thyagu. He is very knowlegable person which i never seen [...]
15 Jan
My Project
Hi , I am doing final year MCA in saveetha engg college. Right now i m in 6 th semester i.e. project semester. we are doing post – graduate know, so we have to do an individual project only. I am doing project on ” Contour analysis and visualization ” using Matplotlib , CDAT, Mayavi [...]
Tux World People Comments