<style>
.container {
width: 100%;
}
.row {
display: flex;
flex-flow: wrap;
}
.feature {
width: 48%;
margin-right: 1%;
}
.card {
color: #999999;
font-size: 12px;
padding: 16px;
margin: 20px 0;
text-decoration: none;
border: 1px solid #EFF0F8;
cursor: pointer;
transition: all 0.3s;
}
.card:hover {
box-shadow: 0 1px 2px -2px rgba(0,0,0,0.16), 0 3px 6px 0 rgba(0,0,0,0.12), 0 5px 12px 4px rgba(0,0,0,0.09);
text-decoration: none;
}
.card .col-md-2 {
padding-top: 3px;
flex: 0 0 58px;
max-width: 58px;
}
.card .col-md-10 {
flex: 1;
max-width: calc(100% - 80px);
margin-left: 20px;
}
.card .book-title {
font-size: 18px;
margin: 0 0 8px 0;
}
.card .book-title, .card .book-author {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.card .row {
margin: 0;
display: flex;
}
@media (max-width: 768px) {
.feature {
width: 100%;
margin-right: 0%;
}
}
</style>
在数据可视化的研究和实现中,《数据可视化》、《The Grammar of Graphics》、《深入浅出统计学》、《计算机图形学几何工具算法详解》、《Visualization Analysis and Design》 、《ggplot2:数据分析与图形艺术》等书籍给了我们很多的启示,帮助我们奠定了扎实的理论基础,进而去实现各种创新。如果您想了解更多数据可视化相关的内容,建议您阅读这些非常棒的书籍。
《数据可视化》
作者:陈为 / 沈则潜
出版社:电子工业出版社
《The Grammar of Graphics》
作者:Leland Wilkinson
出版社:Springer
《深入浅出统计学》
译者:李芳
出版社:电子工业出版社
《计算机图形学几何工具算法详解》
译者:周长发
出版社:电子工业出版社
《Visualization Analysis & Design》
作者:Tamara Munzner
出版社:A K Peters/CRC Press
《ggplot2:数据分析与图形艺术》
译者:统计之都
出版社:西安交通大学出版社