Plot a complex procedure:
>
|
|
Plot an expression from to , where the plot is of the first component colored by the second component:
>
|
|
Repeat the previous example using operator form.
>
|
|
>
|
|
Plot an image created from Newton's iteration:
>
|
|
Plot , where and , in cylindrical coordinates, with r ranging from 0 to 10 and theta from 0 to .
>
|
g := proc(z) local w; w := Re(z)*exp(Im(z)*I); w/(exp(w)-1) end proc:
|
>
|
|
Other colorings are supported with the colorscheme option
>
|
|
The command to create the plot from the Plotting Guide is
>
|
|