- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 183字
- 2021-07-23 19:44:04
Using a bubble plot chart
A bubble plot chart is essentially the same as a scatter plot chart, except that it has a third variable that determines the size of each point. The following screenshot represents a bubble plot chart:

Getting ready
You can reuse the dashboard from the Using a scatter plot chart recipe and add the values in column D, as shown in the following screenshot:

How to do it...
- Drag a Bubble Plot Chart component into the canvas.
- Bind the data By Range to spreadsheet cells B5 through D9.
- Bind the Chart field to cell A1 and delete the subtitle.
- Bind the Value (X) Axis field to cell B4 and the Value (Y) Axis field to cell C4.
- Go to the Behavior tab and select the Scale sub-tab. Now select Fixed Label Size.
How it works...
In addition to the analysis we made in the Using a scatter plot chart recipe, we can now also see that the number of houses for sale in the mid-range market is very high, while the availability in the expensive market is very low.
推薦閱讀
- Learning RabbitMQ
- Practical Data Science Cookbook(Second Edition)
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計及運籌學(xué)
- Python High Performance Programming
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- 微服務(wù)架構(gòu)深度解析:原理、實踐與進階
- Test-Driven Development with Django
- Hands-On GUI Programming with C++ and Qt5
- Fast Data Processing with Spark(Second Edition)
- OpenMP核心技術(shù)指南
- HTML5+CSS3+jQuery Mobile APP與移動網(wǎng)站設(shè)計從入門到精通
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- 算法秘籍
- Flutter從0基礎(chǔ)到App上線
- Microsoft Windows Identity Foundation Cookbook