linux - how to plot an array directly using plotutils -
i'm trying plot array.. example [1.0,2.0,3.0,4.0]
 know can plot files, want plot directly like:
    plot [1.0,2.0,3.0,4.0]   is possible , how??
there go..
    echo 1 2 3 4 | graph -t ps -a > plot.ps   you find in same directory can add arguments color plot , optimize it...
Comments
Post a Comment