-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[intro_supply_demand] Chinese in plot #31
Conversation
✅ Deploy Preview for playful-platypus-17d3bb ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
# List all available font names | ||
font_list = [f.name for f in matplotlib.font_manager.fontManager.ttflist] | ||
print(font_list) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@longye-tian do we need these lines and information?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Matt @mmcky ,
This is just to know what font are available. So they are temporary, just for me to fix things later. So they will be deleted at the end.
I'm still trying to workout a solution for this problem.
I'll let the team know if I fix it.
Best,
Longye
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah sorry - thanks @longye-tian I thought this was ready. My mistake. Take your time. Thanks for your work.
Hi guys, Please kindly see my comments here: #5 (comment) I managed to make Chinese characters show on my Linux machine which might cause the same issue on the Linux server. This might need some help from @mmcky to setup the same procedure on the docker : ) |
@longye-tian @HumphreyYang I'm not sure what is needed here. Can you let me know if I need to make some changes on the infrastructure side? |
Hi @mmcky, Nothing needs to be done now. It was my old solution to show Chinese in the matplotlib : ) |
thanks @longye-tian |
Hi Matt @mmcky ,
This pull request is to fix the chinese display issue #30 in plot using method in #5 .
Best,
Longye