Open ConnorLi96 opened 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.
For 3rd point, it it nice observation. We can have a mini-hackathon on open rice data with people interested in this topic.
Q1: @ConnorLi96 adjust the fig size will help, like you can see the changes in the following:
fig = plt.figure(figsize=(15,7))
fig = plt.figure(figsize=(7,7))
if not, please leave your codes here, and I will test more.
@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!
Chinese characters will overlap like below screenshot. I've try modify the
figsize
or download the picture and enlarge it in Google Drive, but it's invalid.This line
fig, axes = plt.subplots(nrows=2, ncols=2,constrained_layout=True,figsize=(30,20))
isn‘t a common way of assigning, I'm not sure thefig
, it's seem to correspond with thefigsize
, can you explain more?There is an interesting issue, you find $200-400 is the most popular price and acceptable range in Hong Kong in
Plot Charts
. However, after I changed the element "price" to "bookmark", the result is below picture. Obviously, the $400-800 is most popular when calculate the bookmark. Maybe we can talk it tomorrow.