Book Image

NumPy: Beginner's Guide

By : Ivan Idris
Book Image

NumPy: Beginner's Guide

By: Ivan Idris

Overview of this book

Table of Contents (21 chapters)
NumPy Beginner's Guide Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
NumPy Functions' References
Index

Scatter plots


A scatter plot displays values for two numerical variables in the same dataset. The matplotlib scatter() function creates a scatter plot. Optionally, we can specify the color and size of the data points, as well as alpha transparency, in the plot.