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

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -