# two_plots.inp # # Commands to have GNUPLOT create a plot of two functions. # # The first function is labeled "percent", the second is labeled "X". # set term post default set grid plot [0:100] ( 2500 * acos ( ( 50 - x ) / 50 ) - ( 50 - x ) * sqrt ( x * ( 100 - x ) ) ) / 78.540 title "percent", x title "X" quit