Search Results

Search: Posts Made By: LeePhillips
4,672
Posted By LeePhillips
Which version of gnuplot are you running? On...
Which version of gnuplot are you running? On 4.4.3 I get no error with your command. But I think that your "fs" and "with boxes" might be the contradiction. Why not try removing one of these clauses?
15,381
Posted By LeePhillips
Why do you have a dot after the variable name?...
Why do you have a dot after the variable name? You are writing "1./cnt1.", etc. Try it without the dot.




Lee Phillips
----------------
gnuplot Cookbook
Available on Amazon
15,381
Posted By LeePhillips
Try using backquotes instead of the $() syntax....
Try using backquotes instead of the $() syntax. Like this:
var=`command`



Lee Phillips
----------------
gnuplot Cookbook
Available on Amazon
4,672
Posted By LeePhillips
No, the "notitle" keyword, used in individual...
No, the "notitle" keyword, used in individual plot commands, omits just those curves from the key, leaving the other intact. Like this:

gnuplot> plot sin(x), sin(2*x) notitle, cos(x)


Try it!
4,672
Posted By LeePhillips
Sure! Just append "notitle" to the plot commands...
Sure! Just append "notitle" to the plot commands that you want to omit from the key.


Lee Phillips
gnuplot Cookbook
available on Amazon
Forum: UNIX and Linux Applications 04-20-2012
4,371
Posted By LeePhillips
You first need to define what you mean by...
You first need to define what you mean by "average". I think you need to interpolate your data onto a fixed set of time points, and then find the mean of the datasets for each point on your fixed...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy