Chico_X

Results 34 comments of Chico_X

@Graceyit has your problem solved?

After I tried some methods, Still cannot solve the problem. - resize the charts - adjust the width of each bar I think its the problem of pyecharts, they set...

Q1: @ConnorLi96 adjust the fig size will help, like you can see the changes in the following: ``` fig = plt.figure(figsize=(15,7)) ``` ![image](https://user-images.githubusercontent.com/37010763/50761925-9084bc80-12a6-11e9-83e4-befd0e3dab76.png) ``` fig = plt.figure(figsize=(7,7)) ``` ![image](https://user-images.githubusercontent.com/37010763/50761973-aa260400-12a6-11e9-889c-92acfe2664fb.png) if...

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