Log-Log Plots

Description

A log-log plot is similar to a standard 2d plot, except that the scale on both axes is logarithmic. Sage can construct these plots using plot_loglog. We will plot $x^5$ using this.

Sage Cell

Code

plot_loglog(x^5, (x, 1, 16), gridlines='minor')

Options

none

Tags

Primary Tags:

Secondary Tags:

A list of possible tags can be found at The WeBWorK Open Problem Library. For linear algebra tags see the Curated Courses Project.

Related Cells

Any related cells go here. Provide a link to the page containing the information about the cell.

Attribute

Permalink:

Author:

Date: 03 Mar 2019 20:24

Submitted by: Zane Corbiere

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License