Book Image

Sage Beginner's Guide

By : Craig Finch
1 (1)
Book Image

Sage Beginner's Guide

1 (1)
By: Craig Finch

Overview of this book

Table of Contents (17 chapters)
Sage Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Plotting with Sage

Graphs, plots, and charts are useful tools to understand the behaviour of functions and visualize data. Sage comes with some powerful plotting tools.

In this chapter we will:

  • Learn how to plot functions of one variable

  • Make various types of specialized 2D plots such as polar plots and scatter plots

  • Use matplotlib to precisely format 2D plots and charts

  • Make interactive 3D plots of functions of two variables

Let's start plotting!