- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/PhilJay/MPAndroidChart
- 软件文档: https://github.com/PhilJay/MPAndroidChart
软件介绍
MPAndroidChart 是 Android 系统上一款开源的图表库。目前提供线图和饼图,支持选择、缩放和拖放。
示例代码:
LineData ld = new LineData(...); LimitLine ll = new LimitLine(140f); ll.setLineColor(Color.RED); ll.setLineWidth(4f); // .. and more styling options ld.addLimitLine(ll);
图表类型:
LineChart (with legend, simple design)
LineChart (with legend, simple design)
LineChart (single DataSet)
BarChart2D (with legend, simple design)
BarChart2D (single DataSet)
BarChart2D (multiple DataSets)
BarChart3D
PieChart (with selection, ...)
ScatterChart (with squares, triangles, circles, ... and more)
算法统治世界——智能经济的隐形秩序
徐恪、李沁 / 清华大学出版社有限公司 / 2017-11-15 / CNY 69.00
今天,互联网已经彻底改变了经济系统的运行方式,经济增长的决定性要素已经从物质资料的增加转变成为信息的增长。但是,只有信息的快速增长是不够的,这些增长的信息还必须是“有序”的。只有“有序”才能使信息具有价值,能够为人所用,能够指导我们实现商业的新路径。这种包含在信息里的隐形秩序才是今天信息世界的真正价值所在。经济系统的运行确实是纷繁复杂的,但因为算法的存在,这一切变得有律可循,算法也成为新经济系统里......一起来看看 《算法统治世界——智能经济的隐形秩序》 这本书的介绍吧!











