Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Examples

gnuplot_unix.h

Go to the documentation of this file.
00001 // -*- C++ -*- 00002 #ifdef GNUPLOT_ONLY_INCLUDES 00003 00004 #include <unistd.h> 00005 00006 #else 00007 00008 static FILE* OpenGnuplot(){ 00009 return popen("gnuplot -geometry 400x300 -noraise >/dev/null 2>/dev/null","w"); 00010 } 00011 static void CloseGnuplot(FILE* pipe){ 00012 pclose(pipe); 00013 } 00014 00015 #endif

Generated on Wed Apr 6 10:22:14 2005 for Gnuplot by doxygen 1.3.8