Skip to content

Burton_submission#8

Open
timaburton wants to merge 2 commits into
lyy005:masterfrom
timaburton:master
Open

Burton_submission#8
timaburton wants to merge 2 commits into
lyy005:masterfrom
timaburton:master

Conversation

@timaburton

Copy link
Copy Markdown

No description provided.

Comment thread Ex7.py
#ex 1.2, histogram of GC content
plot2=plotnine.ggplot(seqDF, plotnine.aes('percentGC'))
plot2 + plotnine.geom_histogram(binwidth=5)

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

plot3=plotnine.ggplot(cars, plotnine.aes('speed','dist'))
plot3 + plotnine.geom_point() + plotnine.geom_smooth()

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 Ex7.py
plot5=plotnine.ggplot(data, plotnine.aes('region','observations'))
plot5 + plotnine.geom_jitter()

#the bar plot showing the means leads me to believe the data are all very similar, since the means are all very close. However the scatterplot shows that the distribution of the data in each group is very different.

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