First time here? Check out the FAQ!

Ask Your Question
0

How to make a boxplot in Sage?

asked 12 years ago

paldepind gravatar image

How do you make a boxplot in Sage given a dataset?

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
1

answered 12 years ago

Jason Grout gravatar image

updated 12 years ago

Here are some examples. To find these, I went to sagenb.org, clicked on "Browse published worksheets", then in the search box in the upper right, typed "boxplot" and clicked the search button.

Preview: (hide)
link
1

answered 12 years ago

kcrisman gravatar image

Not an answer! Just copying one of the examples linked in Jason's post in case sagenb gets too slow at times.

data1=[1,2,2,2,1,1,2,2,2,2,2,3,3,3,3,3,3,3,4,4,4,3,3,3,4,5,5,10]
data2=[5,4,4,4,4,3,3,3,3,3,3,3,3,3,2,2,2,2,5,5,5,5,5,6,6,6,6,6,6] 

r.png()
r.boxplot(data1,data2)
r.dev_off()
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 12 years ago

Seen: 1,232 times

Last updated: May 24 '12