Main Page   Namespace List   Alphabetical List   Compound List   File List   Compound Members   File Members  

fic_gnu.h File Reference

Header of GnuPlot library. More...

#include <string>
#include <vector>
#include <fstream>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  std

Enumerations

enum  gnu_type {
  ps_file, eps_file, jpg_file, tex_file,
  pstex_file, fig_file
}

Functions

void appel_script (string fic)
string create_courb (string name, int borng, int bornd, string option, gnu_type gt, string xlabel, string ylabel, bool bezier)
string create_aff (string name, int borng, int bornd, string option, string xlabel, string ylabel, bool bezier)
gnu_type choice_export ()


Detailed Description

Header of GnuPlot library.

Author:
- Florent.Morata@imag.fr
Date:
October 07, 2002

Enumeration Type Documentation

enum gnu_type
 

Different kind of GnuPlot exportation extensions.

Enumeration values:
ps_file 
eps_file 
jpg_file 
tex_file 
pstex_file 
fig_file 


Function Documentation

void appel_script string    fic
 

gnu_type choice_export  
 

string create_aff string    name,
int    borng,
int    bornd,
string    option,
string    xlabel,
string    ylabel,
bool    bezier
 

string create_courb string    name,
int    borng,
int    bornd,
string    option,
gnu_type    gt,
string    xlabel,
string    ylabel,
bool    bezier
 


Generated on Tue Dec 10 12:44:21 2002 for PSI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002