Create the plots. The plot requests plot Y on the vertical axis and X on the horizontal axis. HAXIS= specifies a logarithmic scale for the horizontal axis for the second plot.


    plot y*x;
    plot y*x / haxis=10 100 1000;