Menu

GNUPLOT

Help
REHMAN
2018-02-20
2018-02-20
  • REHMAN

    REHMAN - 2018-02-20

    Hello,
    I want to plot a 1D depth model in gnuplot, For this X-axis is same(horizontal) but the Y-axis should indicate depth ie,. Y axis should be below the X-axis. How to plot it, please Help me

     

    Last edit: REHMAN 2018-02-20
  • REHMAN

    REHMAN - 2018-02-20

    so far I did
    ...................................................................................................
    set xtics format ""
    set x2tics
    set xlabel "angels" offset 0.1
    set yrange [250:0] reverse;
    plot "plot1" axes x2y1 with lines
    ......................................................................................................
    I am able to draw a graph, but other problem is I want to reduce the unit disatce between two values on x axis. below I attaced my output

     

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.