SlideShare a Scribd company logo
Bruno Gonçalves
www.bgoncalves.com
Data Visualization using matplotlib


www.bgoncalves.com
https://bmtgoncalves.github.io/DataVisualization/
Bruno Gonçalves
www.bgoncalves.com
Data Visualization using matplotlib


www.bgoncalves.com
https://bmtgoncalves.github.io/DataVisualization/
Bruno Gonçalves
www.bgoncalves.com
Data Visualization using matplotlib


www.bgoncalves.com
https://bmtgoncalves.github.io/DataVisualization/
www.bgoncalves.com@bgoncalves
The views and opinions expressed in this article are
those of the authors and do not necessarily reflect the
official policy or position of my employer. The
examples provided with this tutorial were chosen for
their didactic value and are not mean to be
representative of my day to day work.
Disclaimer
Human Perception
www.bgoncalves.com@bgoncalves
Human Perception http://abstrusegoose.com/421
www.bgoncalves.com@bgoncalves
Human Senses
www.bgoncalves.com@bgoncalves
• Some cognitive tasks are significantly easier than others. In order, we are good a
distinguishing:
• Position, length
• Direction, Angle, Area
• Volume, Curvature, Shade
Perception
www.bgoncalves.com@bgoncalves
• Some cognitive tasks are significantly easier than others. In order, we are good a
distinguishing:
• Position, length
• Direction, Angle, Area
• Volume, Curvature, Shade
• Color Saturation.
Perception
www.bgoncalves.com@bgoncalves
Perception
• Context also matters!
• An object seen in the context of larger objects will appear smaller, while in the content of
smaller objects it will appear larger.
• Some cognitive tasks are significantly easier than others. In order, we are good a
distinguishing:
• Position, length
• Direction, Angle, Area
• Volume, Curvature, Shade
• Color Saturation.
www.bgoncalves.com@bgoncalves
Perception
• Context also matters!
• An object seen in the context of larger objects will appear smaller, while in the content of
smaller objects it will appear larger.
• And we “fill in the gaps”
• Some cognitive tasks are significantly easier than others. In order, we are good a
distinguishing:
• Position, length
• Direction, Angle, Area
• Volume, Curvature, Shade
• Color Saturation.
www.bgoncalves.com@bgoncalves
Perception Biases
www.bgoncalves.com@bgoncalves
Human Vision https://en.wikipedia.org/wiki/Photoreceptor_cell
light
www.bgoncalves.com@bgoncalves
Human Vision https://en.wikipedia.org/wiki/Photoreceptor_cell
www.bgoncalves.com@bgoncalves
Human Vision https://en.wikipedia.org/wiki/Photoreceptor_cell
www.bgoncalves.com@bgoncalves
Human Vision https://en.wikipedia.org/wiki/Photoreceptor_cell
www.bgoncalves.com@bgoncalves
Colors galore!
www.bgoncalves.com@bgoncalves
“Who in the rainbow can draw the line where the violet tint ends and the orange tint
begins? Distinctly we see the difference of the colors, but where exactly does the
one first blendingly enter into the other? So with sanity and insanity.”

(H. Melville)
Color Perception
www.bgoncalves.com@bgoncalves
Color Wheel
www.bgoncalves.com@bgoncalves
Color Schemes
Warm Colors
Cold Colors
www.bgoncalves.com@bgoncalves
Color Schemes
www.bgoncalves.com@bgoncalves
Color Schemes
www.bgoncalves.com@bgoncalves
Color Systems
Light Ink
www.bgoncalves.com@bgoncalves
Colors and Culture http://www1.icsi.berkeley.edu/wcs/
www.bgoncalves.com@bgoncalves
Color Blindness
www.bgoncalves.com@bgoncalves
Color Blindness https://en.wikipedia.org/wiki/Color_blindness
https://github.com/MaPePeR/jsColorblindSimulator/blob/master/colorblind.js
www.bgoncalves.com@bgoncalves
Viridis Color Scheme
www.bgoncalves.com@bgoncalves
Color Scheme Choosers http://tools.medialab.sciences-po.fr/iwanthue/
www.bgoncalves.com@bgoncalves
Color Scheme Choosers http://web.colorotate.org/
www.bgoncalves.com@bgoncalves
Color Scheme Choosers http://www.colourco.de/
www.bgoncalves.com@bgoncalves
Color Scheme Choosers http://www.colourlovers.com/palettes
www.bgoncalves.com@bgoncalves
Color Theory
Visualization
www.bgoncalves.com@bgoncalves
Fundamental Principles of Analytical Design
www.bgoncalves.com@bgoncalves
Fundamental Principles of Analytical Design
1. Show comparisons, contrasts and differences
2. Show causality, mechanism, explanation and systematic structure
3. Show multivariate data: more than one or two variables
4. Completely integrate words, numbers, images and diagrams
5. Documentation
6.Content matters most of all
“Information Visualization is a form of knowledge compression”

D. McCandless
www.bgoncalves.com@bgoncalves
Rules can be broken…
…sometimes
www.bgoncalves.com@bgoncalves
Fundamental tools
• Points
• Lines
• Areas
• Shapes
• Colors
• Text
• Each for these can be used to encode a given variable to produce
all the types of plots we are familiar with:
• Scatter plot - Just points (line)
www.bgoncalves.com@bgoncalves
Fundamental tools
• Points
• Lines
• Areas
• Shapes
• Colors
• Text
• Each for these can be used to encode a given variable to produce
all the types of plots we are familiar with:
• Scatter plot - Just points (line)
• Bar chart - Areas
www.bgoncalves.com@bgoncalves
Fundamental tools
• Points
• Lines
• Areas
• Shapes
• Colors
• Text
• Each for these can be used to encode a given variable to produce
all the types of plots we are familiar with:
• Scatter plot - Just points (line)
• Bar chart - Areas
• Bubble chart - Scatter plot + size + color (time)
www.bgoncalves.com@bgoncalves
Fundamental tools
• Points
• Lines
• Areas
• Shapes
• Colors
• Text
• Each for these can be used to encode a given variable to produce
all the types of plots we are familiar with:
• Scatter plot - Just points (line)
• Bar chart - Areas
• Bubble chart - Scatter plot + size + color (time)
• Pie chart - Areas + colors
www.bgoncalves.com@bgoncalves
Fundamental tools
• Points
• Lines
• Areas
• Shapes
• Colors
• Text
• Each for these can be used to encode a given variable to produce
all the types of plots we are familiar with:
• Scatter plot - Just points (line)
• Bar chart - Areas
• Bubble chart - Scatter plot + size + color (time)
• Pie chart - Areas + colors
• etc…
Matplotlib
www.bgoncalves.com@bgoncalves
Basic Plotting
X Axis
YAxis
Line Markers
Axis Label
Axis
Axes
Matplotlib uses an
object oriented
structure following
the same notation
www.bgoncalves.com@bgoncalves
Basic Plotting
• Matplotlib uses an object oriented structure following an intuitive notation
• Each Axes object contains one or more Axis objects.
• A Figure is a set of one or more Axes.
• Each Axes is associated with exactly one Figure and each set of Markers is associated
with exactly one Axes.
• In other words, Markers/Lines represent a dataset that is plotted against one or more Axis.
An Axes object is (effectively) a subplot of a Figure.
X
Y
www.bgoncalves.com@bgoncalves
Basic Plotting - Programmatically!
X
Y
www.bgoncalves.com@bgoncalves
Basic Plotting - Programmatically! https://matplotlib.org/2.0.0/
• While the Figure object controls the way in which the figure is displayed.
• .gca() - Get the current Axes, creating one if necessary
• .show() - Show the final figure
• .savefig(“filename.ext”, dpi=300) - Save the figure to “filename.ext” where “.ext”
defines the format the saved image ()
X
Y
www.bgoncalves.com@bgoncalves
Basic Plotting - Programmatically!
• The first step is to import the pyplot module from matplotlib and instanciating a Figure object:

• The convention is to import pyplot as plt
• To create subplots (Axes) you use .subplots(nrows, ncols, sharex=False, sharey=False)
instead of .figure(). set sharex and/or sharey to True to keep the same scale in both cases.
• .subplots - returns a (fig, ax_lst) tuple where ax_lst is a list of Axes and fig is the Figure.
• Axes have several methods of interest:
• .plot(x, y) - Make a scatter or line plot from a list of x, y coordinates.
• .imshow(mat) - Plot a matrix as if it were an image. Element 0,0 is plotted in the top right
corner.
• .bar(x, y) - Make a bar plot where x is a list of the lower left coordinates of each bar and
y is the respective height.
• .pie(values, labels=labels) - Produce a pie plot out of a list of values list and labeled
with labels
• .savefig(filename) - Write the current figure as an static image
import matplotlib.pyplot as plt
fig = plt.figure()
X
Y
www.bgoncalves.com@bgoncalves
Matplotlib - decorations
• The respective functions are named in an intuitive wa
Every Axes object has as methods:
• .set_xlabel(label)
• .set_ylabel(label)
• .set_title(title)
• And axis limits can be set using:
• .set_xlim(xmin, xmax)
• .set_ylim(ymin, ymax)
• Tick marks and labels are set using:
• .set_xticks(ticks)/.set_yticks(ticks)
• .set_xticklabels(labels)/.set_yticklabels(labels)
https://matplotlib.org/2.0.0/
www.bgoncalves.com@bgoncalves
Matplotlib - Images
• .imshow(fig) - Display an image on a set of axes.
• fig can be any matrix of numbers.
• Further plotting can occur by simply using the functions described above
https://matplotlib.org/2.0.0/
https://bmtgoncalves.github.io/DataVisualization/
https://github.com/bmtgoncalves/DataVisualization
Ad

Recommended

Data visualization in Python
Data visualization in Python
Marc Garcia
 
Introduction to Pandas and Time Series Analysis [PyCon DE]
Introduction to Pandas and Time Series Analysis [PyCon DE]
Alexander Hendorf
 
Dimensionality Reduction
Dimensionality Reduction
mrizwan969
 
Machine Learning: Bias and Variance Trade-off
Machine Learning: Bias and Variance Trade-off
International Institute of Information Technology (I²IT)
 
An introduction to Machine Learning
An introduction to Machine Learning
butest
 
Text Classification
Text Classification
RAX Automation Suite
 
Logistic regression in Machine Learning
Logistic regression in Machine Learning
Kuppusamy P
 
Classification Based Machine Learning Algorithms
Classification Based Machine Learning Algorithms
Md. Main Uddin Rony
 
NLP
NLP
Girish Khanzode
 
Introduction to pandas
Introduction to pandas
Piyush rai
 
HML: Historical View and Trends of Deep Learning
HML: Historical View and Trends of Deep Learning
Yan Xu
 
Python Matplotlib Tutorial | Matplotlib Tutorial | Python Tutorial | Python T...
Python Matplotlib Tutorial | Matplotlib Tutorial | Python Tutorial | Python T...
Edureka!
 
Computational Learning Theory
Computational Learning Theory
butest
 
Dimension Reduction Introduction & PCA.pptx
Dimension Reduction Introduction & PCA.pptx
RohanBorgalli
 
NUMPY
NUMPY
Global Academy of Technology
 
Cross-validation Tutorial: What, how and which?
Cross-validation Tutorial: What, how and which?
Pradeep Redddy Raamana
 
Scikit-Learn: Machine Learning in Python
Scikit-Learn: Machine Learning in Python
Microsoft
 
Topic Modeling
Topic Modeling
Karol Grzegorczyk
 
Python NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | Edureka
Edureka!
 
Modelling and evaluation
Modelling and evaluation
eShikshak
 
Introduction to matplotlib
Introduction to matplotlib
Piyush rai
 
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hakky St
 
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Simplilearn
 
Data Visualization in Python
Data Visualization in Python
Jagriti Goswami
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
Benjamin Bengfort
 
Exploratory data analysis
Exploratory data analysis
Gramener
 
Machine Learning
Machine Learning
Shrey Malik
 
Data Science With Python | Python For Data Science | Python Data Science Cour...
Data Science With Python | Python For Data Science | Python Data Science Cour...
Simplilearn
 
UNIT-5-II IT-DATA VISUALIZATION TECHNIQUES
UNIT-5-II IT-DATA VISUALIZATION TECHNIQUES
hemalathab24
 
711118749-FDS-UNIT-5-PPT.pdf is used to the engineering students
711118749-FDS-UNIT-5-PPT.pdf is used to the engineering students
sudhakarana260901
 

More Related Content

What's hot (20)

NLP
NLP
Girish Khanzode
 
Introduction to pandas
Introduction to pandas
Piyush rai
 
HML: Historical View and Trends of Deep Learning
HML: Historical View and Trends of Deep Learning
Yan Xu
 
Python Matplotlib Tutorial | Matplotlib Tutorial | Python Tutorial | Python T...
Python Matplotlib Tutorial | Matplotlib Tutorial | Python Tutorial | Python T...
Edureka!
 
Computational Learning Theory
Computational Learning Theory
butest
 
Dimension Reduction Introduction & PCA.pptx
Dimension Reduction Introduction & PCA.pptx
RohanBorgalli
 
NUMPY
NUMPY
Global Academy of Technology
 
Cross-validation Tutorial: What, how and which?
Cross-validation Tutorial: What, how and which?
Pradeep Redddy Raamana
 
Scikit-Learn: Machine Learning in Python
Scikit-Learn: Machine Learning in Python
Microsoft
 
Topic Modeling
Topic Modeling
Karol Grzegorczyk
 
Python NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | Edureka
Edureka!
 
Modelling and evaluation
Modelling and evaluation
eShikshak
 
Introduction to matplotlib
Introduction to matplotlib
Piyush rai
 
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hakky St
 
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Simplilearn
 
Data Visualization in Python
Data Visualization in Python
Jagriti Goswami
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
Benjamin Bengfort
 
Exploratory data analysis
Exploratory data analysis
Gramener
 
Machine Learning
Machine Learning
Shrey Malik
 
Data Science With Python | Python For Data Science | Python Data Science Cour...
Data Science With Python | Python For Data Science | Python Data Science Cour...
Simplilearn
 
Introduction to pandas
Introduction to pandas
Piyush rai
 
HML: Historical View and Trends of Deep Learning
HML: Historical View and Trends of Deep Learning
Yan Xu
 
Python Matplotlib Tutorial | Matplotlib Tutorial | Python Tutorial | Python T...
Python Matplotlib Tutorial | Matplotlib Tutorial | Python Tutorial | Python T...
Edureka!
 
Computational Learning Theory
Computational Learning Theory
butest
 
Dimension Reduction Introduction & PCA.pptx
Dimension Reduction Introduction & PCA.pptx
RohanBorgalli
 
Cross-validation Tutorial: What, how and which?
Cross-validation Tutorial: What, how and which?
Pradeep Redddy Raamana
 
Scikit-Learn: Machine Learning in Python
Scikit-Learn: Machine Learning in Python
Microsoft
 
Python NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | Edureka
Edureka!
 
Modelling and evaluation
Modelling and evaluation
eShikshak
 
Introduction to matplotlib
Introduction to matplotlib
Piyush rai
 
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hakky St
 
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Simplilearn
 
Data Visualization in Python
Data Visualization in Python
Jagriti Goswami
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
Benjamin Bengfort
 
Exploratory data analysis
Exploratory data analysis
Gramener
 
Machine Learning
Machine Learning
Shrey Malik
 
Data Science With Python | Python For Data Science | Python Data Science Cour...
Data Science With Python | Python For Data Science | Python Data Science Cour...
Simplilearn
 

Similar to Data Visualization using matplotlib (20)

UNIT-5-II IT-DATA VISUALIZATION TECHNIQUES
UNIT-5-II IT-DATA VISUALIZATION TECHNIQUES
hemalathab24
 
711118749-FDS-UNIT-5-PPT.pdf is used to the engineering students
711118749-FDS-UNIT-5-PPT.pdf is used to the engineering students
sudhakarana260901
 
Matplot Lib Practicals artificial intelligence.pptx
Matplot Lib Practicals artificial intelligence.pptx
PianoPianist
 
UNIT_4_data visualization.pptx
UNIT_4_data visualization.pptx
BhagyasriPatel2
 
Matplotlib.pptx for data analysis and visualization
Matplotlib.pptx for data analysis and visualization
bdike
 
Introduction to Matplotlib Library in Python.pptx
Introduction to Matplotlib Library in Python.pptx
bajajrishabh96tech
 
Matplotlib yayyyyyyyyyyyyyin Python.pptx
Matplotlib yayyyyyyyyyyyyyin Python.pptx
AamnaRaza1
 
data analytics and visualization CO4_18_Data Types for Plotting.pptx
data analytics and visualization CO4_18_Data Types for Plotting.pptx
JAVVAJI VENKATA RAO
 
Matplotlib_Presentation jk jdjklskncncsjkk
Matplotlib_Presentation jk jdjklskncncsjkk
sarfarazkhanwattoo
 
Python_Matplotlib_13. _Slides.pptx
Python_Matplotlib_13. _Slides.pptx
sukeerthankoyyada
 
Python_Matplotlib_13_Slides_With_Diagrams.pptx
Python_Matplotlib_13_Slides_With_Diagrams.pptx
sukeerthankoyyada
 
a9bf73_Introduction to Matplotlib01.pptx
a9bf73_Introduction to Matplotlib01.pptx
Rahidkhan10
 
Matplotlib Review 2021
Matplotlib Review 2021
Bhaskar J.Roy
 
Matplotlib_Complete review_2021_abridged_version
Matplotlib_Complete review_2021_abridged_version
Bhaskar J.Roy
 
S4-Matplotlib_Computational_Physics_.pdf
S4-Matplotlib_Computational_Physics_.pdf
CARLOSANDRESVIDALBET
 
Transcript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and Techniques
ARDC
 
Unit III for data science engineering.pptx
Unit III for data science engineering.pptx
rhsingh033
 
matplotlib.pptxdsfdsfdsfdsdsfdsdfdsfsdf cvvf
matplotlib.pptxdsfdsfdsfdsdsfdsdfdsfsdf cvvf
zmulani8
 
PYTHON-Chapter 4-Plotting and Data Science PyLab - MAULIK BORSANIYA
PYTHON-Chapter 4-Plotting and Data Science PyLab - MAULIK BORSANIYA
Maulik Borsaniya
 
Introduction to Pylab and Matploitlib.
Introduction to Pylab and Matploitlib.
yazad dumasia
 
UNIT-5-II IT-DATA VISUALIZATION TECHNIQUES
UNIT-5-II IT-DATA VISUALIZATION TECHNIQUES
hemalathab24
 
711118749-FDS-UNIT-5-PPT.pdf is used to the engineering students
711118749-FDS-UNIT-5-PPT.pdf is used to the engineering students
sudhakarana260901
 
Matplot Lib Practicals artificial intelligence.pptx
Matplot Lib Practicals artificial intelligence.pptx
PianoPianist
 
UNIT_4_data visualization.pptx
UNIT_4_data visualization.pptx
BhagyasriPatel2
 
Matplotlib.pptx for data analysis and visualization
Matplotlib.pptx for data analysis and visualization
bdike
 
Introduction to Matplotlib Library in Python.pptx
Introduction to Matplotlib Library in Python.pptx
bajajrishabh96tech
 
Matplotlib yayyyyyyyyyyyyyin Python.pptx
Matplotlib yayyyyyyyyyyyyyin Python.pptx
AamnaRaza1
 
data analytics and visualization CO4_18_Data Types for Plotting.pptx
data analytics and visualization CO4_18_Data Types for Plotting.pptx
JAVVAJI VENKATA RAO
 
Matplotlib_Presentation jk jdjklskncncsjkk
Matplotlib_Presentation jk jdjklskncncsjkk
sarfarazkhanwattoo
 
Python_Matplotlib_13. _Slides.pptx
Python_Matplotlib_13. _Slides.pptx
sukeerthankoyyada
 
Python_Matplotlib_13_Slides_With_Diagrams.pptx
Python_Matplotlib_13_Slides_With_Diagrams.pptx
sukeerthankoyyada
 
a9bf73_Introduction to Matplotlib01.pptx
a9bf73_Introduction to Matplotlib01.pptx
Rahidkhan10
 
Matplotlib Review 2021
Matplotlib Review 2021
Bhaskar J.Roy
 
Matplotlib_Complete review_2021_abridged_version
Matplotlib_Complete review_2021_abridged_version
Bhaskar J.Roy
 
S4-Matplotlib_Computational_Physics_.pdf
S4-Matplotlib_Computational_Physics_.pdf
CARLOSANDRESVIDALBET
 
Transcript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and Techniques
ARDC
 
Unit III for data science engineering.pptx
Unit III for data science engineering.pptx
rhsingh033
 
matplotlib.pptxdsfdsfdsfdsdsfdsdfdsfsdf cvvf
matplotlib.pptxdsfdsfdsfdsdsfdsdfdsfsdf cvvf
zmulani8
 
PYTHON-Chapter 4-Plotting and Data Science PyLab - MAULIK BORSANIYA
PYTHON-Chapter 4-Plotting and Data Science PyLab - MAULIK BORSANIYA
Maulik Borsaniya
 
Introduction to Pylab and Matploitlib.
Introduction to Pylab and Matploitlib.
yazad dumasia
 
Ad

More from Bruno Gonçalves (12)

RNNs for Timeseries Analysis
RNNs for Timeseries Analysis
Bruno Gonçalves
 
Blockchain Technologies for Data Science
Blockchain Technologies for Data Science
Bruno Gonçalves
 
Spatio Temporal Analysis of Language use.
Spatio Temporal Analysis of Language use.
Bruno Gonçalves
 
Word2vec and Friends
Word2vec and Friends
Bruno Gonçalves
 
Word2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlow
Bruno Gonçalves
 
Word2vec and Friends
Word2vec and Friends
Bruno Gonçalves
 
Machine(s) Learning with Neural Networks
Machine(s) Learning with Neural Networks
Bruno Gonçalves
 
A practical Introduction to Machine(s) Learning
A practical Introduction to Machine(s) Learning
Bruno Gonçalves
 
Making Sense of Data Big and Small
Making Sense of Data Big and Small
Bruno Gonçalves
 
Human Mobility (with Mobile Devices)
Human Mobility (with Mobile Devices)
Bruno Gonçalves
 
Twitterology - The Science of Twitter
Twitterology - The Science of Twitter
Bruno Gonçalves
 
Mining Georeferenced Data
Mining Georeferenced Data
Bruno Gonçalves
 
RNNs for Timeseries Analysis
RNNs for Timeseries Analysis
Bruno Gonçalves
 
Blockchain Technologies for Data Science
Blockchain Technologies for Data Science
Bruno Gonçalves
 
Spatio Temporal Analysis of Language use.
Spatio Temporal Analysis of Language use.
Bruno Gonçalves
 
Word2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlow
Bruno Gonçalves
 
Machine(s) Learning with Neural Networks
Machine(s) Learning with Neural Networks
Bruno Gonçalves
 
A practical Introduction to Machine(s) Learning
A practical Introduction to Machine(s) Learning
Bruno Gonçalves
 
Making Sense of Data Big and Small
Making Sense of Data Big and Small
Bruno Gonçalves
 
Human Mobility (with Mobile Devices)
Human Mobility (with Mobile Devices)
Bruno Gonçalves
 
Twitterology - The Science of Twitter
Twitterology - The Science of Twitter
Bruno Gonçalves
 
Ad

Recently uploaded (20)

最新版美国约翰霍普金斯大学毕业证(JHU毕业证书)原版定制
最新版美国约翰霍普金斯大学毕业证(JHU毕业证书)原版定制
Taqyea
 
Model Evaluation & Visualisation part of a series of intro modules for data ...
Model Evaluation & Visualisation part of a series of intro modules for data ...
brandonlee626749
 
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints: A...
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints: A...
Mahmoud Shoush
 
NASA ESE Study Results v4 05.29.2020.pptx
NASA ESE Study Results v4 05.29.2020.pptx
CiroAlejandroCamacho
 
All the DataOps, all the paradigms .
All the DataOps, all the paradigms .
Lars Albertsson
 
Residential Zone 4 for industrial village
Residential Zone 4 for industrial village
MdYasinArafat13
 
Boost Business Efficiency with Professional Data Entry Services
Boost Business Efficiency with Professional Data Entry Services
eloiacs eloiacs
 
一比一原版(TUC毕业证书)开姆尼茨工业大学毕业证如何办理
一比一原版(TUC毕业证书)开姆尼茨工业大学毕业证如何办理
taqyed
 
Microsoft Power BI - Advanced Certificate for Business Intelligence using Pow...
Microsoft Power BI - Advanced Certificate for Business Intelligence using Pow...
Prasenjit Debnath
 
最新版美国威斯康星大学河城分校毕业证(UWRF毕业证书)原版定制
最新版美国威斯康星大学河城分校毕业证(UWRF毕业证书)原版定制
taqyea
 
Attendance Presentation Project Excel.pptx
Attendance Presentation Project Excel.pptx
s2025266191
 
Presentation by Tariq & Mohammed (1).pptx
Presentation by Tariq & Mohammed (1).pptx
AbooddSandoqaa
 
Indigo dyeing Presentation (2).pptx as dye
Indigo dyeing Presentation (2).pptx as dye
shreeroop1335
 
RESEARCH-FINAL-GROUP-3, about the final .pptx
RESEARCH-FINAL-GROUP-3, about the final .pptx
gwapokoha1
 
Mynd company all details what they are doing a
Mynd company all details what they are doing a
AniketKadam40952
 
Informatics Market Insights AI Workforce.pdf
Informatics Market Insights AI Workforce.pdf
karizaroxx
 
Artigo - Playing to Win.planejamento docx
Artigo - Playing to Win.planejamento docx
KellyXavier15
 
Data Visualisation in data science for students
Data Visualisation in data science for students
confidenceascend
 
英国毕业证范本利物浦约翰摩尔斯大学成绩单底纹防伪LJMU学生证办理学历认证
英国毕业证范本利物浦约翰摩尔斯大学成绩单底纹防伪LJMU学生证办理学历认证
taqyed
 
Predicting Titanic Survival Presentation
Predicting Titanic Survival Presentation
praxyfarhana
 
最新版美国约翰霍普金斯大学毕业证(JHU毕业证书)原版定制
最新版美国约翰霍普金斯大学毕业证(JHU毕业证书)原版定制
Taqyea
 
Model Evaluation & Visualisation part of a series of intro modules for data ...
Model Evaluation & Visualisation part of a series of intro modules for data ...
brandonlee626749
 
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints: A...
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints: A...
Mahmoud Shoush
 
NASA ESE Study Results v4 05.29.2020.pptx
NASA ESE Study Results v4 05.29.2020.pptx
CiroAlejandroCamacho
 
All the DataOps, all the paradigms .
All the DataOps, all the paradigms .
Lars Albertsson
 
Residential Zone 4 for industrial village
Residential Zone 4 for industrial village
MdYasinArafat13
 
Boost Business Efficiency with Professional Data Entry Services
Boost Business Efficiency with Professional Data Entry Services
eloiacs eloiacs
 
一比一原版(TUC毕业证书)开姆尼茨工业大学毕业证如何办理
一比一原版(TUC毕业证书)开姆尼茨工业大学毕业证如何办理
taqyed
 
Microsoft Power BI - Advanced Certificate for Business Intelligence using Pow...
Microsoft Power BI - Advanced Certificate for Business Intelligence using Pow...
Prasenjit Debnath
 
最新版美国威斯康星大学河城分校毕业证(UWRF毕业证书)原版定制
最新版美国威斯康星大学河城分校毕业证(UWRF毕业证书)原版定制
taqyea
 
Attendance Presentation Project Excel.pptx
Attendance Presentation Project Excel.pptx
s2025266191
 
Presentation by Tariq & Mohammed (1).pptx
Presentation by Tariq & Mohammed (1).pptx
AbooddSandoqaa
 
Indigo dyeing Presentation (2).pptx as dye
Indigo dyeing Presentation (2).pptx as dye
shreeroop1335
 
RESEARCH-FINAL-GROUP-3, about the final .pptx
RESEARCH-FINAL-GROUP-3, about the final .pptx
gwapokoha1
 
Mynd company all details what they are doing a
Mynd company all details what they are doing a
AniketKadam40952
 
Informatics Market Insights AI Workforce.pdf
Informatics Market Insights AI Workforce.pdf
karizaroxx
 
Artigo - Playing to Win.planejamento docx
Artigo - Playing to Win.planejamento docx
KellyXavier15
 
Data Visualisation in data science for students
Data Visualisation in data science for students
confidenceascend
 
英国毕业证范本利物浦约翰摩尔斯大学成绩单底纹防伪LJMU学生证办理学历认证
英国毕业证范本利物浦约翰摩尔斯大学成绩单底纹防伪LJMU学生证办理学历认证
taqyed
 
Predicting Titanic Survival Presentation
Predicting Titanic Survival Presentation
praxyfarhana
 

Data Visualization using matplotlib