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

Legend and annotations


Legends and annotations are essential for good plots. We can create transparent legends with the legend() function and let matplotlib figure out where to place them. Also, with the annotate() function, we can accurately annotate on a plot. There are a large number of annotation and arrow styles.