Skip to content

Nemera-Holm submission#1

Open
MatiNem wants to merge 4 commits into
lyy005:masterfrom
MatiNem:master
Open

Nemera-Holm submission#1
MatiNem wants to merge 4 commits into
lyy005:masterfrom
MatiNem:master

Conversation

@MatiNem

@MatiNem MatiNem commented Oct 12, 2017

Copy link
Copy Markdown

No description provided.

Comment thread exercise7.py
length+geom_histogram()+theme_classic()

gc=ggplot(data,aes(x="Percent GC"))
gc+geom_histogram()+theme_classic()

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 exercise72.py


scatter=ggplot(ice,aes(x="Temperature C",y="How much I want ice cream"))
scatter+geom_point()+coord_cartesian() + stat_smooth(method="lm") No newline at end of file

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 exercise73.py
scatterplot+geom_point()+coord_cartesian()+geom_jitter()

#The bar plot clearly shows that the mean is about the same for each population. The scatterplot also shows that but less clearly.
#The new information the scatter plot reaveals is the spread abd grouping of data which was hidden in the bar plot No newline at end of file

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

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.

2 participants