Plotting Options

Description

Plotting Options: Titles, Axes Labels, Customizing Tick Marks.

Sage Cell

Options

plot(sin(x/pi),(x,-20,20),title='$y = \sin(x)$', axes_labels=['$x$','$y$'],ticks=[[-20,-10,0, 10, 20],[-1,0,1]])

Tags

Primary Tags: two-dimensional plots

Secondary Tags:

Related Cells

Attribute

Permalink:

Author: T. Judson

Date: 09 Jul 2017 08:28

Submitted by: Tom Judson

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