Tagged with spider_plots - Visokio Forums http://forums.visokio.com/discussions/tagged/spider_plots/feed.rss Mon, 30 Oct 17 16:11:12 -0400 Tagged with spider_plots - Visokio Forums en-CA GIS: Map View - Spider plots http://forums.visokio.com/discussion/2644/gis-map-view-spider-plots Tue, 08 Jul 2014 10:11:34 -0400 richard 2644@/discussions
In this example we are going to create a spider plot linking the company's distribution centres to each of the customers awaiting a delivery.

image

ATTACHMENTS
  • Customer deliveries.csv - A CSV file containing the location's of customers and the name of the distribution centre where the delivery will originate.
  • Distribution centres.csv - A CSV file containing the location's of a company's distribution centre..


INSTRUCTIONS
  1. Open "Customer deliveries.csv" in Omniscope.
  2. Change the Bar/line View to a Map View, which will display the location of each customer.
  3. Now we need to add the second CSV file as an additional layer in the Map View. Drag "Distribution centres.csv" onto the Map View and select 'Open as a map overlay'.
  4. The next dialog allows you to customise how the data will be imported. This contains the same options you would see in a DataManager block for the same file type. Click "OK".
  5. Now we can configure how the Map View should interpret the distribution centre data. We need to tell Omniscope what type of data the file contains, e.g. point, line or area, and also which fields contain latitude/longitude values etc. See the ADVANCED section at the end of this post for more information. For now just configure the settings to match the screenshot shown below and click "OK".

    image

  6. The distribution centres are now displayed alongside the curent dataset's customer locations but they all look the same, so we need to customise the view. In the Map View toolbar, go to the "Label" menu and select "Customer" to add some labels.
  7. Now we need to change the colour of the distribution centres. In the Map View toolbar, go to the "Overlay" menu and select the downward pointing arrow next to "Distribution centres.csv". This will display a panel containing advanced options for your overlay layer.

    image

  8. Click on "Fixed colour" and choose another colour to update the distribution centres.
  9. Click on "Spider plot" to begin enabling spider plots. You'll notice there is a message 'No "Linked data" field selected for the current dataset.'. In order for Omniscope to link these two datasets together we need a common field with values found in both datasets. Our sample CSV files both contain a "Distribution Centre" field with common values so select that next to the "Join on (current dataset)" control. We now have a basic spider plot connecting each distribution centre to it's respective customers.
  10. You might have noticed that some distribution centres have disappeared from the map. By default after you have created this link between 2 datasets, Omniscope will not display any overlay points which do not have related data in your currently loaded dataset. To disable this behaviour uncheck "Filter overlay data on join".

    image



ADVANCED
In the Map View overlay functionality you will come across terms like "Overlay ID", "Overlay identifier", "Data type". Below are explanations for each of these terms and how they are used by Omnsicope. If you are using KML or Shapefile sources then most of these fields will be configured automatically.

Data types
  • Point - A dataset containing pairs of latitude/longitude coordinates, e.g. a shop location.
  • Line - A dataset containing connected, and unfilled/unclosed, chains of points, e.g. a hurricane path or road.
  • Area - A dataset containing connected, and filled/closed, chains of points, e.g. a post code area or country border.


Fields
  • Overlay identifier - Field containing unique identifiers for each point, line or area in the input dataset, e.g. a field containing country names or postal area codes.
  • Overlay sub-path identifier - This is used internally within Omniscope to identify nested geometries within each shape. For example a shape for the United Kingdom could not be drawn with one continuous line. We use this field to breakdown the records into numerous islands which make up the country.
  • Longitude - Field containing WGS84 longitude values.
  • Latitude - Field containing WGS84 latitude values.
]]>
Radar View (Omniscope 2.8+) http://forums.visokio.com/discussion/2136/radar-view-omniscope-2.8- Tue, 14 May 2013 08:36:59 -0400 antonio 2136@/discussions
The radar plot, also referred to as 'spider plot' or 'star plot', can be very effective in visualisation of multivariate data.

Radar View has 2 main ways to present your data:

  1. Standard radial layout

    Classic way of plotting values of each category along a separate axis/spoke laying them out in a radial style.

    image
  2. Parallel coordinates

    It lays out parallel axes and plots the data elements across several dimensions.
    Each dimension corresponds to one vertical axis, and the data elements are displayed as series of connected points along the axes.

    image


Currently 4 different presets allow you to switch between the different styles and layout settings:
  • Lines: in radial layout paints polygon lines only
  • Lines and Fills: in radial layout paints lines and filled polygons
  • Fills: in radial layout paints filled polygons
  • Parallel Coordinates: in vertical layout paints lines


Regarding scale options you can switch between:
  1. Vertical Common: A scale will be displayed on the vertical axis, all measures will be proportional to each other.
  2. Hidden: Same as Vertical Common but no scale will be displayed
  3. Independent: No scale will be displayed. All measures will be normalised independently.


To fully customise your Radar view, you can play with the following style/layout options:
  • From the Style drop-down menu:
    • Show: Markers, Lines, Fills
    • Line opacity
    • Line thickness
    • Fill opacity
    • N.B. these options are also per measure available.

  • From the Spoke drop-down menu:
    • Colour spokes
    • Show range label on spokes
    • Pad spokes at center
    • Spokes transparency
    • Spokes thickness
    • Spokes layout



Here are some common use cases, where the Radar view is the perfect data visualisation plot:

1) Comparing predicted vs actual data:

image


2) Presenting hourly data:

image


3) Observe distribution of data across different dimensions (multivariate data) with parallel coordinates layout:

image


4) Displaying tiles of different "shapes", to visually compare different products/campaigns/individuals

image]]>