Menu

Plotting with gnuplot

Help
2016-11-12
2016-11-12
  • mohammed mouhcine

    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
  • Ethan Merritt

    Ethan Merritt - 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

     
  • mohammed mouhcine

    Thank you for your reply, i tried, but did not work:

     
  • Ethan Merritt

    Ethan Merritt - 2016-11-12

    "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

     
  • mohammed mouhcine

    it work

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.