<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
饼图展示注意点
饼图是最应该按照由大到小(或相反)顺序排序的,这就是大小逻辑。这种逻辑会让你的受众看起来更轻松,不需要他自己在头脑中再加工,不给受众添麻烦。 [@黄成明2018图表]
突出重点,灰度处理
{width=“100%” height=“100%”}
- 在图中,灰度不重要的信息,高亮重要的信息[@王一丁2018; @黄成明2018图表; @Knaflicscatterplot]
- Label data directly[@Kassambara2016]
- 增加 gg* 包的内容链接
- 更新公司我的图
数据反馈
- 把结论放在前面,方法论放在后面[@王一丁2018]。
subtitle
参考ewen,subtitle 写地点和日期
{r} knitr::include_graphics("pic/dortmund-plot-1.png")
附录
更新
2018-12-17 12:45:06
- 增加附录、增加更新
- 增加饼图展示注意点、突出重点,灰度处理