# ranges.inp # # Plot the tangent function, but specify the X and Y ranges. # Specifying the Y range is important because the tangent # function "blows up" # set term post default set grid plot [t=0:10] [-5:5] tan(t) title "The tangent function" quit