SlideShare a Scribd company logo
1 of 50
Download to read offline
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

More Related Content

What's hot

Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Simplilearn
 
Logistic Regression in Python | Logistic Regression Example | Machine Learnin...
Logistic Regression in Python | Logistic Regression Example | Machine Learnin...Logistic Regression in Python | Logistic Regression Example | Machine Learnin...
Logistic Regression in Python | Logistic Regression Example | Machine Learnin...Edureka!
 
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...Simplilearn
 
Winning Data Science Competitions
Winning Data Science CompetitionsWinning Data Science Competitions
Winning Data Science CompetitionsJeong-Yoon Lee
 
Data preprocessing using Machine Learning
Data  preprocessing using Machine Learning Data  preprocessing using Machine Learning
Data preprocessing using Machine Learning Gopal Sakarkar
 
Classification and Clustering
Classification and ClusteringClassification and Clustering
Classification and ClusteringEng Teong Cheah
 
Feature Engineering
Feature EngineeringFeature Engineering
Feature EngineeringHJ van Veen
 
Natural Language Processing with Python
Natural Language Processing with PythonNatural Language Processing with Python
Natural Language Processing with PythonBenjamin Bengfort
 
Text clustering
Text clusteringText clustering
Text clusteringKU Leuven
 
Feature Engineering
Feature EngineeringFeature Engineering
Feature EngineeringSri Ambati
 
Data Science - Part V - Decision Trees & Random Forests
Data Science - Part V - Decision Trees & Random Forests Data Science - Part V - Decision Trees & Random Forests
Data Science - Part V - Decision Trees & Random Forests Derek Kane
 
How to choose Machine Learning algorithm.
How to choose Machine Learning  algorithm.How to choose Machine Learning  algorithm.
How to choose Machine Learning algorithm.Mala Deep Upadhaya
 
Classification techniques in data mining
Classification techniques in data miningClassification techniques in data mining
Classification techniques in data miningKamal Acharya
 
Genetic algorithm for hyperparameter tuning
Genetic algorithm for hyperparameter tuningGenetic algorithm for hyperparameter tuning
Genetic algorithm for hyperparameter tuningDr. Jyoti Obia
 
Latent Dirichlet Allocation
Latent Dirichlet AllocationLatent Dirichlet Allocation
Latent Dirichlet AllocationSangwoo Mo
 
Conditional Random Fields
Conditional Random FieldsConditional Random Fields
Conditional Random Fieldslswing
 
Ml3 logistic regression-and_classification_error_metrics
Ml3 logistic regression-and_classification_error_metricsMl3 logistic regression-and_classification_error_metrics
Ml3 logistic regression-and_classification_error_metricsankit_ppt
 
An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms Hakky St
 

What's hot (20)

Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
 
Logistic Regression in Python | Logistic Regression Example | Machine Learnin...
Logistic Regression in Python | Logistic Regression Example | Machine Learnin...Logistic Regression in Python | Logistic Regression Example | Machine Learnin...
Logistic Regression in Python | Logistic Regression Example | Machine Learnin...
 
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
 
Winning Data Science Competitions
Winning Data Science CompetitionsWinning Data Science Competitions
Winning Data Science Competitions
 
Data preprocessing using Machine Learning
Data  preprocessing using Machine Learning Data  preprocessing using Machine Learning
Data preprocessing using Machine Learning
 
Classification and Clustering
Classification and ClusteringClassification and Clustering
Classification and Clustering
 
Feature Engineering
Feature EngineeringFeature Engineering
Feature Engineering
 
Natural Language Processing with Python
Natural Language Processing with PythonNatural Language Processing with Python
Natural Language Processing with Python
 
Text clustering
Text clusteringText clustering
Text clustering
 
Feature Engineering
Feature EngineeringFeature Engineering
Feature Engineering
 
Data Science - Part V - Decision Trees & Random Forests
Data Science - Part V - Decision Trees & Random Forests Data Science - Part V - Decision Trees & Random Forests
Data Science - Part V - Decision Trees & Random Forests
 
How to choose Machine Learning algorithm.
How to choose Machine Learning  algorithm.How to choose Machine Learning  algorithm.
How to choose Machine Learning algorithm.
 
Classification techniques in data mining
Classification techniques in data miningClassification techniques in data mining
Classification techniques in data mining
 
Decision tree and random forest
Decision tree and random forestDecision tree and random forest
Decision tree and random forest
 
Genetic algorithm for hyperparameter tuning
Genetic algorithm for hyperparameter tuningGenetic algorithm for hyperparameter tuning
Genetic algorithm for hyperparameter tuning
 
Latent Dirichlet Allocation
Latent Dirichlet AllocationLatent Dirichlet Allocation
Latent Dirichlet Allocation
 
Conditional Random Fields
Conditional Random FieldsConditional Random Fields
Conditional Random Fields
 
Ml3 logistic regression-and_classification_error_metrics
Ml3 logistic regression-and_classification_error_metricsMl3 logistic regression-and_classification_error_metrics
Ml3 logistic regression-and_classification_error_metrics
 
Zero shot learning
Zero shot learning Zero shot learning
Zero shot learning
 
An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms
 

Similar to Data Visualization using matplotlib

Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...
Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...
Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...LaurenMichelle11
 
UNIT_4_data visualization.pptx
UNIT_4_data visualization.pptxUNIT_4_data visualization.pptx
UNIT_4_data visualization.pptxBhagyasriPatel2
 
Word2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlowWord2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlowBruno Gonçalves
 
Introduction to matplotlib
Introduction to matplotlibIntroduction to matplotlib
Introduction to matplotlibPiyush rai
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demorkottam
 
Color Your Single-Series Charts The Way You Like
Color Your Single-Series Charts The Way You LikeColor Your Single-Series Charts The Way You Like
Color Your Single-Series Charts The Way You LikeCollabion Technologies
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demorkottam
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demorkottam
 
EN The Distance Formula by Slidesgo.pptx
EN The Distance Formula by Slidesgo.pptxEN The Distance Formula by Slidesgo.pptx
EN The Distance Formula by Slidesgo.pptxSaurabhDahiya14
 
Coordinate geometry.pptx
Coordinate geometry.pptxCoordinate geometry.pptx
Coordinate geometry.pptxRaunakShah18
 
Plan601 e session 3 demo
Plan601 e session 3 demoPlan601 e session 3 demo
Plan601 e session 3 demorkottamasu
 
Plan601 e session 3 demo
Plan601 e session 3 demoPlan601 e session 3 demo
Plan601 e session 3 demorkottam
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demorkottam
 

Similar to Data Visualization using matplotlib (20)

Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...
Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...
Blue Orange and Yellow Geometric Flat Shapes Scavenger Hunt Ice Breaker Class...
 
Word2vec and Friends
Word2vec and FriendsWord2vec and Friends
Word2vec and Friends
 
UNIT_4_data visualization.pptx
UNIT_4_data visualization.pptxUNIT_4_data visualization.pptx
UNIT_4_data visualization.pptx
 
R Visualization Assignment
R Visualization AssignmentR Visualization Assignment
R Visualization Assignment
 
Word2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlowWord2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlow
 
Introduction to matplotlib
Introduction to matplotlibIntroduction to matplotlib
Introduction to matplotlib
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demo
 
Color Your Single-Series Charts The Way You Like
Color Your Single-Series Charts The Way You LikeColor Your Single-Series Charts The Way You Like
Color Your Single-Series Charts The Way You Like
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demo
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demo
 
P5js syracuse dev meetup 20181218
P5js syracuse dev meetup 20181218P5js syracuse dev meetup 20181218
P5js syracuse dev meetup 20181218
 
Word2vec and Friends
Word2vec and FriendsWord2vec and Friends
Word2vec and Friends
 
EN The Distance Formula by Slidesgo.pptx
EN The Distance Formula by Slidesgo.pptxEN The Distance Formula by Slidesgo.pptx
EN The Distance Formula by Slidesgo.pptx
 
Coordinate geometry.pptx
Coordinate geometry.pptxCoordinate geometry.pptx
Coordinate geometry.pptx
 
Plan601 e session 3 demo
Plan601 e session 3 demoPlan601 e session 3 demo
Plan601 e session 3 demo
 
Chapter 13
Chapter 13Chapter 13
Chapter 13
 
Plan601 e session 3 demo
Plan601 e session 3 demoPlan601 e session 3 demo
Plan601 e session 3 demo
 
101 project ideas
101 project ideas101 project ideas
101 project ideas
 
Plan601 e session 2 demo
Plan601 e session 2 demoPlan601 e session 2 demo
Plan601 e session 2 demo
 
Inkscape - A brief
Inkscape - A briefInkscape - A brief
Inkscape - A brief
 

More from Bruno Gonçalves

RNNs for Timeseries Analysis
RNNs for Timeseries AnalysisRNNs for Timeseries Analysis
RNNs for Timeseries AnalysisBruno Gonçalves
 
Blockchain Technologies for Data Science
Blockchain Technologies for Data ScienceBlockchain Technologies for Data Science
Blockchain Technologies for Data ScienceBruno Gonçalves
 
Spatio Temporal Analysis of Language use.
Spatio Temporal Analysis of Language use.Spatio Temporal Analysis of Language use.
Spatio Temporal Analysis of Language use.Bruno Gonçalves
 
Machine(s) Learning with Neural Networks
Machine(s) Learning with Neural NetworksMachine(s) Learning with Neural Networks
Machine(s) Learning with Neural NetworksBruno Gonçalves
 
A practical Introduction to Machine(s) Learning
A practical Introduction to Machine(s) LearningA practical Introduction to Machine(s) Learning
A practical Introduction to Machine(s) LearningBruno Gonçalves
 
Making Sense of Data Big and Small
Making Sense of Data Big and SmallMaking Sense of Data Big and Small
Making Sense of Data Big and SmallBruno Gonçalves
 
Human Mobility (with Mobile Devices)
Human Mobility (with Mobile Devices)Human Mobility (with Mobile Devices)
Human Mobility (with Mobile Devices)Bruno Gonçalves
 
Twitterology - The Science of Twitter
Twitterology - The Science of TwitterTwitterology - The Science of Twitter
Twitterology - The Science of TwitterBruno Gonçalves
 

More from Bruno Gonçalves (9)

RNNs for Timeseries Analysis
RNNs for Timeseries AnalysisRNNs for Timeseries Analysis
RNNs for Timeseries Analysis
 
Blockchain Technologies for Data Science
Blockchain Technologies for Data ScienceBlockchain Technologies for Data Science
Blockchain Technologies for Data Science
 
Spatio Temporal Analysis of Language use.
Spatio Temporal Analysis of Language use.Spatio Temporal Analysis of Language use.
Spatio Temporal Analysis of Language use.
 
Machine(s) Learning with Neural Networks
Machine(s) Learning with Neural NetworksMachine(s) Learning with Neural Networks
Machine(s) Learning with Neural Networks
 
A practical Introduction to Machine(s) Learning
A practical Introduction to Machine(s) LearningA practical Introduction to Machine(s) Learning
A practical Introduction to Machine(s) Learning
 
Making Sense of Data Big and Small
Making Sense of Data Big and SmallMaking Sense of Data Big and Small
Making Sense of Data Big and Small
 
Human Mobility (with Mobile Devices)
Human Mobility (with Mobile Devices)Human Mobility (with Mobile Devices)
Human Mobility (with Mobile Devices)
 
Twitterology - The Science of Twitter
Twitterology - The Science of TwitterTwitterology - The Science of Twitter
Twitterology - The Science of Twitter
 
Mining Georeferenced Data
Mining Georeferenced DataMining Georeferenced Data
Mining Georeferenced Data
 

Recently uploaded

Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxolyaivanovalion
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 

Recently uploaded (20)

Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 

Data Visualization using matplotlib