Skip to content
/ data_viz Public

Final Project from the course "Data Visualization" @ Data Science & Scientific Computing, University of Trieste, year 2021/2022, written in Python.

Notifications You must be signed in to change notification settings

gigug/data_viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog ownership in Zürich 🐕

Final Project from the course "Data Visualization" @ Data Science & Scientific Computing, University of Trieste, year 2021/2022, written in Python.

To visualize the third plot, clone this repository with:

$ git clone https://github.com/gigug/data_viz.git

Create a new virtual environment:

$ python -m venv virtualEnv

Activate it (Linux/macOS):

$ source virtualEnv/bin/activate

Activate it (Windows):

$ virtualEnv/Scripts/activate

Install the dependencies using:

$ pip3 install -r requirements.txt

Run the file with:

$ python plot.py

Then, open the following url on your web-browser: http://127.0.0.1:8050/

About

Final Project from the course "Data Visualization" @ Data Science & Scientific Computing, University of Trieste, year 2021/2022, written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages