- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 233字
- 2021-06-24 16:44:54
Choosing the best chart
There is no standard that defines which chart you should choose to visualize your data. However, there are some guidelines that can help you. Here are some of them:
As mentioned with each of the preceding charts that we have seen, it is important to understand what type of data you have. If you have continuous variables, then a histogram would be a good choice. Similarly, if you want to show ranking, an ordered bar chart would be a good choice.
Choose the chart that effectively conveys the right and relevant meaning of the data without actually distorting the facts.
Simplicity is best. It is considered better to draw a simple chart that is comprehensible than to draw sophisticated ones that require several reports and texts in order to understand them.
Choose a diagram that does not overload the audience with information. Our purpose should be to illustrate abstract information in a clear way.
Having said that, let's see if we can generalize some categories of charts based on various purposes.
Note that going through each and every type of plot mentioned in the table is beyond the scope of this book. However, we have tried to cover most of them in this chapter. A few of them will be used in the upcoming chapters; we will use these graphs in more contextual ways and with advanced settings.
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開(kāi)發(fā)
- Testing with JUnit
- 無(wú)代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- Vue.js快速入門(mén)與深入實(shí)戰(zhàn)
- Unity Virtual Reality Projects
- Designing Hyper-V Solutions
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- Python機(jī)器學(xué)習(xí)算法與實(shí)戰(zhàn)
- 精通Python設(shè)計(jì)模式(第2版)
- Mastering Drupal 8 Views
- Extending Puppet(Second Edition)
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門(mén)到精通(第二版)
- Python計(jì)算機(jī)視覺(jué)和自然語(yǔ)言處理
- Scratch從入門(mén)到精通
- 深度學(xué)習(xí)入門(mén):基于Python的理論與實(shí)現(xiàn)