File:WPVG Newsletter 202501 Feature Graph 1 (zh-cn).png
本预览的尺寸:800 × 452像素。 其他分辨率:320 × 181像素 | 640 × 362像素 | 1,024 × 579像素 | 1,280 × 724像素 | 2,540 × 1,436像素。
原始文件 (2,540 × 1,436像素,文件大小:90 KB,MIME类型:image/png)
本檔案限定使用於維基百科非條目相關頁面,不應複製到維基共享資源。 即使本作品的授權條款與維基共享資源相容,於中文維基百科之外的用處不大。 除非可用於特定且重要的跨維基媒體計畫展示用途,否則不應該複製到維基共享資源。 |
摘要
描述 |
電子遊戲專題簡訊2025年1月刊專題報導插圖——歷年專題新增優良條目數量概況 |
---|---|
來源 |
原始碼: import matplotlib as mpl
import matplotlib.pyplot as plt
fig, ax = plt.subplots(figsize=(10, 5))
X = [2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024]
Y = [2, 5, 0, 1, 6, 9, 2, 7, 3, 3, 11, 14, 36, 28, 31, 25, 12]
ax.bar(X, Y, color='#66ff66')
ax.set_xticks(X)
ax.bar_label(ax.containers[0], fmt='%d', label_type='edge')
# 繁中版
mpl.rcParams['font.family'] = ['DejaVu Sans', 'Source Han Sans TC']
ax.set_xlabel('年分', fontsize=14)
ax.set_ylabel('新增條目數量', fontsize=14)
ax.set_title('新增優良條目', fontsize=16, fontweight='bold')
plt.savefig('WPVG Newsletter 202501 Feature Graph 1 (zh-tw).png', dpi=300, bbox_inches='tight')
# 简中版
mpl.rcParams['font.family'] = ['DejaVu Sans', 'Source Han Sans SC']
ax.set_xlabel('年份', fontsize=14)
ax.set_ylabel('新增条目数量', fontsize=14)
ax.set_title('新增优良条目', fontsize=16, fontweight='bold')
plt.savefig('WPVG Newsletter 202501 Feature Graph 1 (zh-cn).png', dpi=300, bbox_inches='tight')
|
日期 |
2025-01-01 |
作者 | |
授權許可 (重用此档案) |
參見下方。 |
其他版本 | |
授權協議
我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
任何人都可以在由自由软件基金会(Free Software Foundation)所公开发行的GNU自由文档协议证书1.2或之后版本的条款下,复制、发行及/或修改该档案,不附带其他条件。
注意:中文翻译只作参考,英文原文才具有法律效力。 |
| 本作品採用知识共享 署名-相同方式共享 4.0版授權條款進行授權。 |
您可以選擇您想要的授權條款。
文件历史
点击某个日期/时间查看对应时刻的文件。
日期/时间 | 缩略图 | 大小 | 用户 | 备注 | |
---|---|---|---|---|---|
当前 | 2025年1月1日 (三) 11:54 | 2,540 × 1,436(90 KB) | SuperGrey(留言 | 贡献) | == 摘要 == {{Esoteric file}} ==摘要== {{Information |Description = 電子遊戲專題簡訊2025年1月刊專題報導插圖——歷年專題新增優良條目數量概況 |Source = 原始碼: <pre> import matplotlib as mpl import matplotlib.pyplot as plt fig, ax = plt.subplots(figsize=(10, 5)) X = [2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024] Y = [2, 5, 0, 1, 6, 9, 2, 7, 3, 3, 11, 14, 36, 28, 31, 25, 12] ax.bar(X, Y, color='#66ff66') ax.set_xticks(X) ax.bar_label(ax.containers[0], fmt='%d', label_type='edge')… |
您不可以覆盖此文件。