Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9156ac

Browse files
committed
docs: add Traditional Chinese translation for README
1 parent 0bef286 commit b9156ac

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

README.zh-TW.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/)
2+
[![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib)
3+
[![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib)
4+
[![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
5+
[![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=matplotlib)](https://insights.linuxfoundation.org/project/matplotlib)
6+
7+
[![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org)
8+
[![Gitter](https://badges.gitter.im/matplotlib/matplotlib.svg)](https://gitter.im/matplotlib/matplotlib)
9+
[![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues)
10+
[![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html)
11+
12+
[![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests)
13+
[![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main)
14+
[![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib)
15+
[![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib)
16+
[![EffVer Versioning](https://img.shields.io/badge/version_scheme-EffVer-0097a7)](https://jacobtomlinson.dev/effver)
17+
18+
[English](README.md)|[繁體中文](README.zh-TW.md)
19+
![Matplotlib logotype](https://matplotlib.org/stable/_static/logo2.svg)
20+
21+
Matplotlib 是一個用於建立靜態、動畫和的綜合庫 Python 中的互動式視覺化。
22+
23+
看看我們的[首頁](https://matplotlib.org/) 獲取更多資訊。
24+
25+
![圖片](https://matplotlib.org/stable/_static/readme_preview.png)
26+
27+
Matplotlib 以各種硬拷貝形式產生出版品質的數據 跨平台的格式和互動環境。Matplotlib 可以 用於 Python 腳本、Python/IPython shell、Web 應用程式伺服器、 以及各種圖形使用者介面工具包。
28+
## 安裝
29+
30+
參見[安裝文件](https://matplotlib.org/stable/users/installing/index.html),
31+
它是由`/doc/install/index.rst`產生的
32+
33+
## 貢獻
34+
35+
您發現了一個錯誤或其他想要更改的內容 — 太棒了!
36+
37+
你已經找到了解決它的方法 — 甚至更好!
38+
39+
你想告訴我們這件事—最好!
40+
41+
從開始[貢獻指南](https://matplotlib.org/devdocs/devel/contribute.html)!
42+
43+
## 聯絡方式
44+
45+
[Discourse](https://discourse.matplotlib.org/) 是討論論壇 對於一般問題和討論以及我們建議的開始 觀點。
46+
47+
我們的活躍郵件清單(反映在 Discourse 上)是:
48+
49+
- [使用者](https://mail.python.org/mailman/listinfo/matplotlib-users)
50+
郵件清單: <[email protected]>
51+
- [公告](https://mail.python.org/mailman/listinfo/matplotlib-announce)
52+
郵件清單: <[email protected]>
53+
- [開發](https://mail.python.org/mailman/listinfo/matplotlib-devel)
54+
郵件清單: <[email protected]>
55+
56+
[Gitter](https://gitter.im/matplotlib/matplotlib) 用於協調 發展並提出與貢獻直接相關的問題 matplotlib。
57+
58+
## 引用 Matplotlib
59+
60+
如果 Matplotlib 為導致發布的專案做出貢獻,請 透過引用 Matplotlib 來承認這一點。
61+
62+
[現成的引文 進入](https://matplotlib.org/stable/users/project/citing.html)是可用的。

0 commit comments

Comments
 (0)