Difference between revisions of "BUBBLE MAP"

From ZCubes Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
*'''''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==

Revision as of 14:00, 10 January 2021

BUBBLE MAP

Description:

  • A bubble map uses circles of different size to represent a numeric value on a territory.
  • 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).
  • 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
Location Marker
FRA 20
DEU 30
RUS 15
ESP 10

BUBBLEMAP(A1:D4)

Bubblemap.JPG

GRAPHING MAIN PAGE