Skip to main content

--description--

This next video will give you a deeper dive into what you can do with graphing systems of equations, graphing inequalities, and shading above or below the line. You will also see how to download the graph to your computer or your Google Drive.

Here is the Colab notebook used in this video.

--question--

--text--

If you want to create an interactive plot with a slider to zoom in and out, where does most of the graphing code appear?

--answers--

Within the interactive() function


In the slider


Within the function that the interactive() calls


Before all of the functions

--video-solution--

3