-
取得字體 (e.g.
Droid-Sans-Fallback.ttf
) 放到<venv>/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/
-
編輯
<venv>/lib/python3.8/site-packages/matplotlib/mpl-data/matplotlibrc:257
反註解兩行,把字體名稱加上去,注意到
Droid-Sans-Fallback
的-
要用- #font.family: sans-serif + font.family: sans-serif #font.style: normal #font.variant: normal
Provide a short description explaining the what, why, and how of your project. Use the following questions as a guide:
- What was your motivation?
- Why did you build this project? (Note: the answer is not "Because it was a homework assignment.")
- What problem does it solve?
- What did you learn?
This is a generic doc for any directional discussion. You can mold it to your use case (e.g. major eng initiative, team strategy, partnership alignment, etc)
Where are we today? Explain relevant context for the reader to understand the problem or opportunity you’re going after.
You might not have all the answers for how we can do better next time. You can use this doc to structure retrospective discussions with your team.
Overview:
- What broke?
- Why did it break? What was the root cause?
- Who does the breakage affect? How severe was it?
Design docs are a way to propose future work and get detailed technical feedback.
Brief description of what the problem or opportunity is. Give an overview of the domain and pain points. What is the current solution? Give some details about what its shortcomings are.