- Big Data Analysis with Python
- Ivan Marin Ankit Shukla Sarang VK
- 275字
- 2021-06-11 13:46:40
Which Tool Should Be Used?
Seaborn tries to make the creation of some common analysis graphs easier than using Matplotlib directly. Matplotlib can be considered more low-level than Seaborn, and although this makes it a bit more cumbersome and verbose, it gives analysts much more flexibility. Some graphs, which with Seaborn are created with one function call, would take several lines of code to achieve using Matplotlib.
There is no rule to determine whether an analyst should use only the pandas plotting interface, Matplotlib directly, or Seaborn. Analysts should keep in mind the visualization requirements and the level of configuration required to create the desired graph.
Pandas' plotting interface is easier to use but is more constrained and limited. Seaborn has several graph patterns ready to use, including common statistical graphs such as pair plots and boxplots, but requires that the data is formatted into a tidy format and is more opinionated on how the graphs should look. Matplotlib is the base for both cases and is more flexible than both, but it demands a lot more code to create the same visualizations as the two other options.
The rule of thumb that we use in this book is: how can I create the graph that I need with the least amount of code and without changing the data? With that in mind, we will use the three options, sometimes at the same time, to attain our visualization goals. Analysts should not be restricted to just one of the options. We encourage the use of any tool that creates a meaningful visualization.
Let's go through the most common kinds of graphs used in statistical analysis.
- 數(shù)據(jù)展現(xiàn)的藝術(shù)
- Ansible Configuration Management
- Word 2000、Excel 2000、PowerPoint 2000上機指導(dǎo)與練習(xí)
- 大數(shù)據(jù)管理系統(tǒng)
- 三菱FX3U/5U PLC從入門到精通
- Circos Data Visualization How-to
- 2018西門子工業(yè)專家會議論文集(上)
- 可編程控制器技術(shù)應(yīng)用(西門子S7系列)
- AWS Administration Cookbook
- 傳感器與物聯(lián)網(wǎng)技術(shù)
- Implementing Oracle API Platform Cloud Service
- CompTIA Linux+ Certification Guide
- Kubernetes for Serverless Applications
- Applied Data Visualization with R and ggplot2
- FANUC工業(yè)機器人配置與編程技術(shù)