WOLFRAM

The Wolfram Language offers multiple ways of plotting functions of one variable. These include ordinary plots, log plots, parametric plots, and polar plots.

Plot the function :

Out[1]=1
    

Plot several functions:

Out[1]=1
    

Plot the function on a log-scaled vertical axis:

Out[1]=1
    

Plot the function on a log-scaled horizontal axis:

Out[1]=1
    

Plot the function on log-scaled vertical and horizontal axes:

Out[1]=1
    

Plot the parametric curve defined by :

Out[1]=1

Use ParametricPlot3D to plot the parametric curve defined by :

Out[2]=2
    

Make a polar plot of the function :

Out[1]=1

Use ContourPlot to plot an implicitly defined function:

Out[2]=2