sinnamone / basic_python_visualization

Basics of visualization with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A short tutorial on basics of the visualization in Python. Created for a 2 hour lesson, the main objective is to show the fundamentals of Matplotlib and built several plots from scratch in order to practice the most important components of Matplotlib. You'll also find brief descriptions and examples of Seaborn, Bokeh, Plotly and Dash libraries.

The plot we're going to make in this lesson is the following figure: final_plot

About

Basics of visualization with Python


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%