Skip to content

Doherty Chambers Submission#6

Open
pdoherty31 wants to merge 6 commits into
lyy005:masterfrom
pdoherty31:master
Open

Doherty Chambers Submission#6
pdoherty31 wants to merge 6 commits into
lyy005:masterfrom
pdoherty31:master

Conversation

@pdoherty31

Copy link
Copy Markdown

No description provided.

Comment thread Exercise7answers.py
histogram2+geom_histogram()+theme_classic()
# changing colors and bins
histogram2+geom_histogram(binwidth=15,fill='yellow',color='black')+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 Exercise7answers.py
z = np.polyfit(x,y, 1)
p = np.poly1d(z)
plt.plot(x,p(x),"r--")

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 Exercise7answers.py
from plotnine import *
q3sp=ggplot(q3,aes(x="region",y="observations"))
q3sp+geom_jitter()+coord_cartesian()

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.

3 participants