hupili / python-for-data-and-media-communication-gitbook

An open source book on Python tailed for communication students with zero background
118 stars 62 forks source link

Partial Feedback for Chapter 09 #84

Open ConnorLi96 opened 6 years ago

ConnorLi96 commented 6 years ago

@ChicoXYC

Sorry for late, I didn't finish all the content due to several final projects recently. But there are some partial feedback may can help us to improve it better, and if there are any new findings I will add it below this issue. By the way, this chapter is very practical and easy to receive, good job!

hupili commented 6 years ago

For 1st and 2nd point, please try to find answers at your pages and put this content into FAQ. I believe such questions will be recurrent frequently during the final period. A hint to solve the xticks cluttering problem: rotate the xticks by chaning the styles.

hupili commented 6 years ago

For 3rd point, it it nice observation. We can have a mini-hackathon on open rice data with people interested in this topic.

ChicoXYC commented 5 years ago

Q1: @ConnorLi96 adjust the fig size will help, like you can see the changes in the following:

fig = plt.figure(figsize=(15,7))

image

fig = plt.figure(figsize=(7,7))

image

if not, please leave your codes here, and I will test more.

ChicoXYC commented 5 years ago

Merged into FAQs:https://github.com/hupili/python-for-data-and-media-communication-gitbook/blob/master/module-matplotlib.md#characters-overlapping-in-text-marker