Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.11 KB

gnuplot_i_examples.md

File metadata and controls

62 lines (41 loc) · 2.11 KB

GNUPLOT_I_EXAMPLES
Examples using GNUPLOT_I for Interactive GNUPLOT Graphics {#gnuplot_i_examples-examples-using-gnuplot_i-for-interactive-gnuplot-graphics align="center"}


GNUPLOT_I_EXAMPLES are C++ examples which demonstrate the use of the GNUPLOT_I library for interactive runtime GNUPLOT graphics, by Nicholas Devillard.

Licensing: {#licensing align="center"}

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align="center"}

GNUPLOT_I_EXAMPLES is available in a C version and a C++ version.

Related Data and Programs: {#related-data-and-programs align="center"}

GNUPLOT, examples which illustrate the use of the GNUPLOT graphics program.

GNUPLOT_I, a C library which allows an executing C, C++, FORTRAN77 or FORTRAN90 program to interact with the GNUPLOT graphics program, by Nicholas Devillard.

Author: {#author align="center"}

Nicholas Devillard

Reference: {#reference align="center"}

  1. The GNUPLOT_I homepage.
  2. Philipp Janert,
    Gnuplot in Action: Understanding Data with Graphs,
    Manning, 2008,
    ISBN: 1-933988-39-8.
  3. Thomas Williams, Colin Kelley, J Campbell, D Kotz, R Lang,
    gnuplot, An Interactive Plotting Program,
    The Free Software Foundation, 1990.
  4. The GNUPLOT Website.

Source Code: {#source-code align="center"}

ANIM makes a simple animation:

EXAMPLE makes a simple plot:

You can go up one level to the C++ source codes.


Last revised on 24 June 2011.