Last Updated 10/28/2022

Sage Essentials
Section 6: Plotting Curves

In this section you will learn how to plot two dimensional curves.

The parametric_plot command

Example 1

Plot the parametric curve determined by { x= t 2 t y=2t t 3 over the t-interval [ 2,2 ] .

We use the optional argument aspect_ratio to scale the vertical to horizonal proportion of a graph.

Try this!

Plot the parametric curve determined by { x= e t y= e t over the t-interval [ 1,2 ] . Adjust the aspect_ratio argument to see its effects.


← Previous Example Next Example →