Milestone

Low dimensional projection of brain.


  • Home

精灵宝可梦历代种族值分布

Posted on 2016-10-21

昨晚看到新公布的600准神杖尾鱗甲龍以及低配版的老创銀伴戰獸,总体感觉低配老创还是挺有范儿的,种族值估计不会超600,搞不好直接打个八折,720*0.8=576也还挺有趣。

既然提到种族值了,就突然对历代新Pokemon的种族值分布有了点兴趣,Wiki虽然有种族值列表,但一图胜千言,正好最近看到一个很漂亮的ggplot2主题,打开RStudio动手:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ggplot(data.species.strengths, aes(Species.strengths)) +
geom_density(color = "black", aes(fill = Gen)) +
geom_vline(xintercept = 530, color = "gray60", linetype = 2) +
facet_grid(~Gen) +
scale_fill_colorblind() +
#theme(text=element_text(family="STKaiti",size=14)) +
theme_bw() +
labs(title="Pokemon Species Strengths by Generation",
x = "Species Strengths",
y = "Density") +
theme(
strip.background = element_rect(colour = "white", fill = "white"),
strip.text.x = element_text(colour = "black", size = 10, face = "bold",
family = "Trebuchet MS"),
panel.margin = unit(0, "lines"),
panel.border = element_rect(colour = "gray90"),
axis.text.x = element_text(size = 8, family = "Trebuchet MS"),
axis.text.y = element_text(size = 8, family = "Trebuchet MS"),
axis.title = element_text(size = 10, family = "Trebuchet MS"),
plot.title=element_text(family="TrebuchetMS-Bold"),
legend.position = "none",
panel.grid.major = element_blank(),
panel.grid.minor = element_blank()
)

image

Read more »

游戏王OCG历史上的主流卡组

Posted on 2016-10-11

本文翻译自yugioh-wiki,文中涉及关键词将以斜体标明,OCG卡名将会以加粗标明,卡名取用广泛流通的中文翻译,不熟悉的卡片可以方便地进行搜索其详情。

本项目纯属个人兴趣,不定期更新,请理解。

Read more »

Fi

Posted on 2016-10-11

“Thank you, Master Link. May we meet again in another life…”

3年前天空之剑通关时,Fi离别时就感觉很伤感,游戏里Fi一直以无感情的机器人口吻指引玩家探索世界,直到游戏最后期,第一次表露情感和玩家告别,而且不再是一直惯用的『Master』而是『Link』(玩家的名字)作为称呼

Read more »
12
Yang Peng

Yang Peng

Low dimensional projection of brain.

13 posts
17 tags
E-Mail Google Twitter Instagram Linkedin Weibo
© 2020 Yang Peng
Powered by Hexo
|
Theme — NexT.Mist v5.1.4