Skip to content

NeroCorleone/matplotlib-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to matplotlib for Data Visualization with Python

Tutorial for EuroSciPy 2024

Covid Data from European Centre for Disease Prevention and Control https://www.ecdc.europa.eu/en/publications-data/data-daily-new-cases-covid-19-eueea-country

Prerequisites

Please ensure that you have the following installed on your system:

  • Python: Make sure Python is installed and accessible from the command line. This tutorial was created using Python 3.12
  • pip: Python package installer.
  • Git: For version control and to clone repositories.
  • virtualenv or others for creating Python environments

Installation and How to Get Started

  1. Clone this repository
git clone https://github.com/NeroCorleone/matplotlib-tutorial
cd <repo-directory>
  1. Create a virtual environment and activate it
virtualenv venv_tutorial
source venv_tutorial/bin/activate
  1. Install Python requirements
pip install -r requirements.txt
  1. Launch Jupyter and execute notebooks
jupyter lab

About

Matplotlib tutorial for EuroSciPy 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published