/** \file 
 * This file is used for the doxygen documentation. 
 */

/**
\dir gnuplot

A tool giving you the opportunity to use online gnuplot windows 
within your program (using pipe for data handover).

*/

/** \file gnuplot_unix.h
 * Unix specific parts.
 */

/** \file gnuplot_win32.h
 * Win32 specific code.
 */

/** \file logfile.h
 * Allows you to log data from your program into a file.
 */

/** \file plotlog.h
 * A combination of sending your data to gnuplot and logging them to a file.
 */

