Skip to content

exercise 7 Bruzzese Loh submission #5

Open
bruzecruise wants to merge 10 commits into
lyy005:masterfrom
bruzecruise:master
Open

exercise 7 Bruzzese Loh submission #5
bruzecruise wants to merge 10 commits into
lyy005:masterfrom
bruzecruise:master

Conversation

@bruzecruise

Copy link
Copy Markdown

exercise 7 Bruzzese Loh submission

Comment thread exercise 7.py
b=ggplot(plotData,aes(x="Sequence Length"))
bb=b+geom_histogram()+theme_classic()
print bb

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Comment thread exercise 7.py
plot=ggplot(data,aes(x="Heart rate",y="Running speed"))
p=plot+geom_point()+coord_cartesian()+stat_smooth(method="lm")
print p

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Comment thread exercise 7.py
+ geom_point(alpha= .1)
+ theme_classic()
)
print d

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job. jitter plot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants