Skip to content

JKU-ICG/va_python_heatmap_and_scatterplot_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Development Environment

You can either work online, via MyBinder, or locally.

MyBinder

Go to: https://mybinder.org/v2/gh/JKU-ICG/va_python_heatmap_and_scatterplot_matrix/master?urlpath=lab Binder and open the template.ipynb notebook.

Local

Checkout this repo and change into the folder:

git clone https://github.com/JKU-ICG/va_python_heatmap_and_scatterplot_matrix
cd va_python_heatmap_and_scatterplot_matrix

Create a new environemnt and install the packages:

conda create --name va_heatmap_scatterplot
conda activate va_heatmap_scatterplot
conda install -c conda-forge --yes --file requirements.txt

Hint: For more information on Anaconca and enviroments take a look at the README form our tutorial repository.

Then launch Jupyter Lab :

jupyter lab 

Goto http://localhost:8888/ and open the template notebook.

Tasks

Perform the following tasks. Then download the notebook as HTML and submit it. You can use all or a subset of the data for the tasks. Additional data-wrangling may be necessary.

Scatterplot Matrix

  1. Inspect the data and attributes, e.g. with head(), and dtypes.
  2. Select more than two suitable attributes and create a scatterplot matrix.
  3. Create a color-coded scatterplot matrix using the same attributes and an additional categorical attribute, e.g. with altair.
  4. Interpret the results.

Heat map

  1. Inspect the data and attributes, e.g. with head(), and dtypes.
  2. Select suitable attributes and visualise the data in a heatmap, e.g. with seaborn
  3. Interpret the results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published