plotting.org
changeset 14 7728e8bf329f
equal deleted inserted replaced
13:66bfbf56e982 14:7728e8bf329f
       
     1 #+TITLE:     Plotting Tools
       
     2 #+AUTHOR:    Anoop Jacob Thomas
       
     3 #+EMAIL:     info@fossee.in
       
     4 #+DATE:      2011-05-10 Tue
       
     5 #+DESCRIPTION: 
       
     6 #+KEYWORDS: 
       
     7 #+LANGUAGE:  en
       
     8 #+OPTIONS:   H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
       
     9 #+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc email:nil author:nil timestamp:nil creator:nil
       
    10 #+INFOJS_OPT: view:t home:software.html toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
       
    11 #+EXPORT_SELECT_TAGS: export
       
    12 #+EXPORT_EXCLUDE_TAGS: noexport
       
    13 #+LINK_UP:   
       
    14 #+LINK_HOME: 
       
    15 #+XSLT: 
       
    16 
       
    17 * GNUPlot
       
    18 ** About the GNUPLOT
       
    19 
       
    20 GNUPlot is a portable command-line driven graphical utility for Linux,
       
    21 OS/2, MS Windows, OSX, VMS, and many other platforms. It was
       
    22 originally created to allow scientists and students to visualize
       
    23 mathematical functions and data interactively, but has grown to
       
    24 support many non-interactive uses such as web scripting. It is also
       
    25 used as a plotting engine by third-party applications like Octave.
       
    26 GNUPlot supports many types of plots in either 2D and 3D. It can draw
       
    27 using lines, points, boxes, contours, vector fields, surfaces, and
       
    28 various associated text. It also supports various specialized plot
       
    29 types.
       
    30 
       
    31 ** List of Courses/Subjects/Areas where GNUPLOT can be used
       
    32    - Plotting 2D and 3D graphs
       
    33    - Data Analysis and Visualization
       
    34    - Vector Science
       
    35    - Education, Science and Engineering
       
    36    - Data transformations and filters
       
    37    - Preparing/polishing graphs for final presentation
       
    38    - Publishing graphs in print or on the Web
       
    39    - Graphical Analysis
       
    40 
       
    41 ** Learning Resources for GNUPLOT
       
    42    - Documentations: http://www.gnuplot.info/documentation.html
       
    43    - Tutorial Learnig and help: http://www.gnuplot.info/help.html
       
    44 
       
    45 * Xmgrace
       
    46 
       
    47 ** About the Xmgrace
       
    48 
       
    49 Grace is a WYSIWYG tool to make 2D plots of numerical data. It runs
       
    50 under various (if not all) flavors of Unix with X11 and M*tif (LessTif
       
    51 or Motif). It also runs under VMS, OS/2, and Windows
       
    52 (95/98/NT/2000/XP). Its capabilities are roughly similar to GUI-based
       
    53 programs like Sigmaplot or Microcal Origin plus script-based tools
       
    54 like Gnuplot or Genplot. Its strength lies in the fact that it
       
    55 combines the convenience of a graphical user interface with the power
       
    56 of a scripting language which enables it to do sophisticated
       
    57 calculations or perform automated tasks.  Grace is derived from Xmgr
       
    58 (a.k.a. ACE/gr), originally written by Paul Turner.  From version
       
    59 number 4.00, the development was taken over by a team of volunteers
       
    60 under the coordination of Evgeny Stambulchik. You can get the newest
       
    61 information about Grace and download the latest version at the Grace
       
    62 home page.  When its copyright was changed to GPL, the name was
       
    63 changed to Grace, which stands for "Graphing, Advanced Computation and
       
    64 Exploration of data" or "Grace Revamps ACE/gr". The first version
       
    65 of Grace available is named 5.0.0, while the last public version of
       
    66 Xmgr has the version number 4.1.2.  Paul still maintains and develops
       
    67 a non-public version of Xmgr for internal use.  Xmgrace is available
       
    68 in Ubuntu repository.
       
    69 
       
    70 ** List of Courses/Subjects/Areas where Xmgrace can be used
       
    71    - Plotting 2D Graphs
       
    72    - Numerical Analysis
       
    73    - Advanced Computation and Exploration of Data
       
    74    - Scientific and Engineering
       
    75 
       
    76 ** Learning Resources for Xmgrace
       
    77 
       
    78    - User Guide: http://plasma-gate.weizmann.ac.il/Grace/doc/UsersGuide.html
       
    79    - An Xmgrace Tutorial: http://mintaka.sdsu.edu/reu/grace.tutorial.html
       
    80    - Forum: http://plasma-gate.weizmann.ac.il/Grace/phpbb/
       
    81 
       
    82 * Xfig
       
    83 
       
    84 ** About Xfig
       
    85 Xfig is an interactive drawing tool which runs under X Window System
       
    86 on most UNIX-compatible platforms, including Mac OS X and any X server
       
    87 under Microsoft Windows.  In Xfig, figures may be drawn using objects
       
    88 such as circles, boxes, lines, spline curves, text, etc. It is also
       
    89 possible to import images in formats such as GIF, JPEG, EPS,
       
    90 etc. Those objects can be created, deleted, moved or
       
    91 modified. Attributes such as colors or line styles can be selected in
       
    92 various ways. For text, many fonts are available.  A three button
       
    93 mouse is recommended to work with Xfig, although, one/two button mouse
       
    94 can also be configured to work with Xfig.  It is possible to embed
       
    95 LaTeX mathematical formulae in block diagrams created using Xfig.
       
    96 
       
    97 ** List of Courses/Subjects/Areas where Xfig can be used
       
    98    - Xfig can be used in any area including engineering for creating drawing objects such as circles, boxes, lines, spline curves, text, etc.
       
    99 
       
   100 ** Learning Resources for Xfig
       
   101    - User Manual: http://www.xfig.org/userman/
       
   102    - Spoken Tutorials: http://spoken-tutorial.org/Xfig_Spoken_Tutorials
       
   103 
       
   104 ** Where Xfig is used
       
   105 
       
   106    - Indian Institute of Technology, Bombay
       
   107