dkogan/feedgnuplot

Compatibility with OSX?

mcanaleta opened this issue · 1 comments

I've not been able to run any example. Maybe due to some differencies in BSD and GNU command line tools?

Running this example just never ends:

➜ ~ seq 5 | awk '{print 2_$1, $1_$1}' | feedgnuplot
...

I've checked and it is not a seq or awk problem:

➜ ~ seq 5 | awk '{print 2_$1, $1_$1}'
2 1
4 4
6 9
8 16
10 25

I can debug if you give me orientation.

Sure. First off, what does "never ends" mean? Second, you should make sure gnuplot by itself works. Run "gnuplot" and try to "plot x" or anything else.