gnuplot

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evantri
    New Member
    • Sep 2006
    • 25

    #1

    gnuplot

    does anyone know how to connect a c code program to gnuplot program at the command line arguments? the specification is below:

    if a.out - gnuplot gnuplot is specified at the command line argument, the output will be piped to the gnuplot

    i'm using cc compiler and vi (gvim) text editor. could someone help me please?
  • evantri
    New Member
    • Sep 2006
    • 25

    #2
    Originally posted by evantri
    does anyone know how to connect a c code program to gnuplot program at the command line arguments? the specification is below:

    if a.out - gnuplot gnuplot is specified at the command line argument, the output will be piped to the gnuplot

    i'm using cc compiler and vi (gvim) text editor. could someone help me please?
    This is my revision, the command line argument should be a.out -gnuplot | gnuplot

    could someone help me please? thx

    Comment

    Working...