Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

Learning Python Matplotlib

by Stack Overflow Community

Learning Python Matplotlib

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsHashtagsReport an issue

Book Description

Matplotlib is a plotting library for Python. It provides object-oriented APIs for embedding plots into applications. It is similar to MATLAB in capacity and syntax.

It is an unofficial and free Python Matplotlib book created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow.

This open book is licensed under a Creative Commons License (CC BY-SA). You can download Learning Python Matplotlib ebook for free in PDF format (3.2 MB).

Table of Contents

Chapter 1
Getting started with matplotlib
Chapter 2
Animations and interactive plotting
Chapter 3
Basic Plots
Chapter 4
Boxplots
Chapter 5
Boxplots
Chapter 6
Closing a figure window
Chapter 7
Colormaps
Chapter 8
Contour Maps
Chapter 9
Coordinates Systems
Chapter 10
Figures and Axes Objects
Chapter 11
Grid Lines and Tick Marks
Chapter 12
Histogram
Chapter 13
Image manipulation
Chapter 14
Integration with TeX/LaTeX
Chapter 15
Legends
Chapter 16
LogLog Graphing
Chapter 17
Multiple Plots
Chapter 18
Three-dimensional plots

Book Details

Title
Learning Python Matplotlib
Subject
Computer Science
Publisher
RIP Tutorial
Published
2019
Pages
97
Edition
1
Language
English
PDF Size
3.2 MB
License
CC BY-SA

Book Hashtags

Related Books

Python Data Science Handbook
For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all - IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other relate...
Python Machine Learning Projects
As machine learning is increasingly leveraged to find patterns, conduct analysis, and make decisions - sometimes without final input from humans who may be impacted by these findings - it is crucial to invest in bringing more stakeholders into the fold. This book of Python projects in machine learning tries to do just that: to equip the developers ...
Coffee Break Python Slicing
Puzzle-based learning is an active learning technique. With code puzzles, you will learn faster, smarter, and better. Coffee Break Python Slicing is all about growing your Python expertise - one coffee at a time. The focus lies on the important slicing technique to access consecutive data ranges. Understanding slicing thoroughly is crucial for y...
Programming for Computations - Python
This book presents computer programming as a key method for solving mathematical problems. This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapte...
The Troika of Adult Learners, Lifelong Learning, and Mathematics
This book presents a synopsis of six emerging themes in adult mathematics/numeracy and a critical discussion of recent developments in terms of policies, provisions, and the emerging challenges, paradoxes and tensions. It also offers an extensive review of the literature adult mathematics education. Why do adults want to learn mathematics? Did they...
Invent Your Own Computer Games with Python
Invent Your Own Computer Games with Python teaches you how to program in the Python language. Each chapter gives you the complete source code for a new game, and then teaches the programming concepts from the examples. Games include Guess the Number, Hangman, Tic Tac Toe, and Reversi. This book also has an introduction to making games with 2D graph...