文件: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 |
作者 | |
授权许可 (重用此档案) |
参见下方。 |
其他版本 | |
授权协议
我,本作品的著作权持有者,决定用以下授权条款发布本作品:
|
| 本作品采用知识共享 署名-相同方式共享 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')… |
您不可以覆盖此文件。