> I cannot get a plot with the Y axis logarithmic and the Y2 axis
> linear.
You did get just such a plot --- but you don't recognize that because your script
doesn't generate any y2 axis tics. You'll want to add
set ytics nomirror
set y2tics
to your script, before the actual plot command, and read 'help xtics' to learn about
the details.
|