The basic Maple built in command to make plots is plot. We demonstrate its usage by examples.

     
plot([subs(nu=0, BesselJ(nu,x)),subs(nu=1, BesselJ(nu,x))],
x=0..30,color=["DarkGreen","CornflowerBlue"],thickness=5, 
title="Bessel functions",legend=["nu=0", "nu=1"])
       Plot two Bessel functions.            Maple code

      pointplot([[0.8,2.2], [-1,2], [1,3]], color=orange) To change an individual symbol type and size, use the following procedure:
  1. Click the plot to select it.
  2. From the Plot menu, select Symbol.
  3. Choose from the list of symbols.
  4. Select Symbol Size. The Symbol Size dialog box opens.
  5. Choose the desired symbol size. (The default size is 10.)
  6. Click OK to accept the new value.
       Point plot.            Maple code

\[ {\frac {ab}{c}}+13\,d \]