Thread: gnuplot
i'm having trouble creating plot data file ( table.data ) using table.gnu.
using bash prompt,
p2t16@linux07:~/lab05/lookup$ gnuplot < table.gnu
have attached files within zip file.
bit worried post doesn't convey appreciation , thought of reply own post found amusing, goes follows,
"that post has little emotion seems though worldwide lhc computing grid has gained sentience , trying understand itself".
iain taylor
also male file contains lines:
cc=gcc
libs=-lm
objs=lookup.o main.o
lookup.o: lookup.c
$(cc) -c $^ -o $@
main.o: main.c
$(cc) -c $^ -o $@
main: $(objs)
$(cc) $^ -o $@ $(libs)
.phony: clear
clear:
rm -f *.o
question "-lm" stand cannot find on google.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] gnuplot
Ubuntu
Comments
Post a Comment