Skip to content

DACommunityofPractice/Jupyter-Visualisations

Repository files navigation

alt text

Infolab:[Python Visualisations]

A compilation of purpose-based matplotlib plots most useful in data analysis and visualization. This list provides a real choice as to which visualization to use for what situation, using python’s matplotlib and seaborn library.

alt text

The charts are grouped based by purpose, with the most popular visualizations displayed. For example, if you want to picturize the relationship between 2 variables, then the ‘Correlation’ plots notebook is for you! Or if you want to show how a value changed over time, then take a look at the ‘Change’ notebook.

NOTE. An effective chart is one which:

  1. Conveys the right and necessary information without distorting facts.
  2. Simple in design, you dont have to strain in order to get it.
  3. Aesthetics support the information rather than overshadow it.
  4. Not overloaded with information.

alt text

Prerequisites

1. Python installed |(latest version 3.+)
2. Anaconda installed |(lastest version)

alt text

Getting Started

There are two options you can use to run this code, rather than just view using the Jupyter Notebook (.ipynb) viewer, the link is below:

https://nbviewer.jupyter.org/github/DACommunityofPractice/Jupyter-Visualisations

Option 1 - Accecssing the virtual server
  • Access the jupyter notebooks from the \finbilab02\landing\ location.

  • With Python and Anaconda installed on the server, you will be able to access the Jupyter notebooks stored within this (DACommunityofPractice) GitHub repository.

  • You will need use the 'Anaconda command line prompt' in order to get access the notebooks as follows:

alt-text

  • Once the command line statement has run you will be able to view the following 'http://localhost:8888/tree' page, listing the files available to you to use.

  • Click on the file of your choice to run.

Option 2 - Running the notebooks locally
  • Access the jupyter notebooks from your own machine, having downloaded them from the '\finbilab02\landing' location.

  • In order run these files, you will have needed to have had Python and Anaconda installed on your machine.

  • Again, the 'Anaconda command line prompt' shown above will need used to access the notebooks.

And finally...

If you are not able to run these notebooks, but would still like to view and or copy the code, then access the server using the Windows Explorer location: '\finbilab\landing' or download the files stored within this repository.

Right click on the notebook you are interested in, having first viewed the content useing the NBviewer link.

https://nbviewer.jupyter.org/github/DACommunityofPractice/Jupyter-Visualisations

To view the code within the .ipynb file, use the 'open with' righ-click mouse option to open the notebook in Notepad.

The data sets have also been stored in the pository for you to access.

Authors

Anthony Vidler & Lee Matthews (Creation of Jupyter notebooks from open source content)

Acknowledgments

Original source material posted on 'https://www.machinelearningplus.com/plots/top-50-matplotlib-visualizations-the-master-plots-python/'

About

Data Science Visualisations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published