I want to reproduce the same plots with gnuplot. Here is the data file, which corresponds to the blue color. Please, it is someone can help me
Maybe start with plot 'logtb_vs_m12_2_NU1.hist' using 1:2:(log($3)) with points lc palette pt 5 ps 2
Thank you for your reply, i tried, but did not work:
"did not work" is not a useful description.
I am guessing that you have confused exp($1) with log($1). I get the attached plot using your script
it work
Log in to post a comment.
I want to reproduce the same plots with gnuplot.
Here is the data file, which corresponds to the blue color.
Please, it is someone can help me
Last edit: mohammed mouhcine 2016-11-12
Maybe start with
plot 'logtb_vs_m12_2_NU1.hist' using 1:2:(log($3)) with points lc palette pt 5 ps 2
Thank you for your reply, i tried, but did not work:
"did not work" is not a useful description.
I am guessing that you have confused exp($1) with log($1).
I get the attached plot using your script
it work