Difference between revisions of "BUBBLE MAP"

From ZCubes Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
==='''''Description:'''''===
 
==='''''Description:'''''===
 
*'''''A bubble map uses circles of different size to represent a numeric value on a territory.'''''<br>
 
*'''''A bubble map uses circles of different size to represent a numeric value on a territory.'''''<br>
*'''''It displays one bubble per geographic coordinate, or one bubble per region (in this case the bubble is usually displayed in the baricentre of the region).''''' <br>
+
*'''''A list of geographic coordinates (longitude and latitude) and a numeric variable controlling the size of the bubble. In the previous example, the number of tweet at each unique pair of coordinate was used..''''' <br>
 
*'''''Bubble Maps are good for comparing proportions over geographic regions without the issues caused by regional area size, as seen on Choropleth Maps.''''' <br>
 
*'''''Bubble Maps are good for comparing proportions over geographic regions without the issues caused by regional area size, as seen on Choropleth Maps.''''' <br>
 
*'''''A major flaw with Bubble Maps is that overly large bubbles can overlap other bubbles and regions on the map, so this needs to be accounted for.''''' <br>
 
*'''''A major flaw with Bubble Maps is that overly large bubbles can overlap other bubbles and regions on the map, so this needs to be accounted for.''''' <br>
 
*'''''Bubble Map has X & Y axis.  
 
*'''''Bubble Map has X & Y axis.  
*'''''The x-axis is nothing but each end of the spider and each step of the spider considered as Y-axis.
+
*'''''It is a X vs Y graph.'''''
*'''''Zero point of the radar chart starts from the centre of the wheel. Towards the edge of the spike, a point reaches, the higher the value.
 
*'''''It is a X vs (Y1,[Y2]....) graph.'''''
 
 
**'''''X-axis represents one set of data.
 
**'''''X-axis represents one set of data.
**'''''Y-axis can represent single or multiple data sets.
+
**'''''Y-axis can represent single set of data.
  
 
==Example==
 
==Example==
 
{| class="wikitable" style="font-size:14px"
 
{| class="wikitable" style="font-size:14px"
 
|-
 
|-
| A|| '''B''' || '''C'''|| '''D'''
+
| '''A''' || '''B'''  
 
|-
 
|-
| || '''Vendor 1''' || '''Vendor 2''' || '''Vendor 3'''  
+
|'''Longitude''' || '''Latitude'''
 
|-
 
|-
| Reliability || 65 || 73 || 49 
+
| -73.99 || 40.7306
 
|-
 
|-
| Customer Service || 68 || 6 || 72
+
| -118.24 || 34.0537
 
|-
 
|-
| Customer Satisfaction || 80 || 54 || 92
+
| -87.62 || 41.8756
 
|-
 
|-
| Expandability || 70 || 68 || 62
+
| -95.37 || 29.7589
 
|-
 
|-
| Cost || 66 || 70 || 52
+
| -75.16 || 39.9523
|-
 
|Quality || 64 || 73 || 54
 
|-
 
|Features || 67 || 66 || 72
 
|-
 
|Maintenance Costs || 72 || 59 || 80
 
 
|}
 
|}
  
'''RADARCHART(A1:D9)'''<br><br/>
+
'''BUBBLEMAP(A1:D4)'''<br><br/>
[[File:Radar.JPG]]<br><br/>
+
[[File:Bubblemap.JPG]]<br><br/>
 
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]
 
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]

Latest revision as of 14:52, 10 January 2021

BUBBLE MAP

Description:

  • A bubble map uses circles of different size to represent a numeric value on a territory.
  • A list of geographic coordinates (longitude and latitude) and a numeric variable controlling the size of the bubble. In the previous example, the number of tweet at each unique pair of coordinate was used..
  • Bubble Maps are good for comparing proportions over geographic regions without the issues caused by regional area size, as seen on Choropleth Maps.
  • A major flaw with Bubble Maps is that overly large bubbles can overlap other bubbles and regions on the map, so this needs to be accounted for.
  • Bubble Map has X & Y axis.
  • It is a X vs Y graph.
    • X-axis represents one set of data.
    • Y-axis can represent single set of data.

Example

A B
Longitude Latitude
-73.99 40.7306
-118.24 34.0537
-87.62 41.8756
-95.37 29.7589
-75.16 39.9523

BUBBLEMAP(A1:D4)

Bubblemap.JPG

GRAPHING MAIN PAGE