- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 218字
- 2021-08-27 18:48:13
Introduction to Matplotlib
Welcome aboard to the journey of creating good data visuals. In this era of exploding big data, we are probably well aware of the importance of data analytics. Developers are keen to join the data mining game, and build tools to collect and model all kinds of data. Even for non-data analysts, information such as performance test results and user feedback is often paramount in improving the software being developed. While strong statistical skills surely set the foundation of successful software development and data analysis, good storytelling is crucial even for the best data crunching results. The quality of graphical data representation often determines whether or not you can extract useful information during exploratory data analysis and get the message across during the presentation.
Matplotlib is a versatile and robust Python plotting package; it provides clean and easy ways to produce various quality data graphics and offers huge flexibility for customization.
In this chapter, we will introduce Matplotlib as follows: what it does, why you would want to use it, and how to get started. Here are the topics we will cover:
- What is Matplotlib?
- Merits of Matplotlib
- What's new in Matplotlib?
- Matplotlib websites and online documentation.
- Output formats and backends.
- Setting up Matplotlib.
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- Git Version Control Cookbook
- Computer Vision for the Web
- Android和PHP開發(fā)最佳實(shí)踐(第2版)
- Java Web開發(fā)技術(shù)教程
- 用Flutter極速構(gòu)建原生應(yīng)用
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢(shì)與挑戰(zhàn)
- Java程序設(shè)計(jì):原理與范例
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計(jì)
- NetBeans IDE 8 Cookbook
- Android應(yīng)用案例開發(fā)大全(第二版)
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計(jì)·運(yùn)營·變現(xiàn)(圖解案例版)
- Maven for Eclipse