GithubHelp home page GithubHelp logo

packtpublishing / matplotlib-for-python-developers-second-edition Goto Github PK

View Code? Open in Web Editor NEW
25.0 12.0 24.0 20.36 MB

Matplotlib for Python Developers, Second Edition by Packt

License: MIT License

Jupyter Notebook 95.79% Python 2.96% HTML 1.04% CSS 0.14% JavaScript 0.02% Dockerfile 0.02% Shell 0.03%

matplotlib-for-python-developers-second-edition's Introduction

Matplotlib for Python Developers - Second Edition

This is the code repository for Matplotlib for Python Developers - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book is a useful resource to perform data visualization with Python using the latest version of Matplotlib (2.1.x). You will create a variety of graphs and charts, and embed your plots within different third party tools. By the end of the book, you will build attractive, insightful and powerful visualizations to make better sense of your data.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

All the chapters have code files in their respective folders with the data files as needed. Codes from chapter 5 and 6 may crash your Jupyter kernel, if that's the case, copy paste the code from the Jupyter cell to a .py file and run it via the Command Prompt/Terminal. The extra_ch9 folder contains the GIF and video file outputs from chapter 9.

The code will look like the following:

import matplotlib.pyplot as plt
plt.figure(figsize=(4,4))
x = [0.1,0.3]
plt.pie(x)
plt.show()

A working installation of Python 3.4 or later is required. The default Python distribution can be obtained from https://www.python.org/download/. The installation of packages is covered in the chapters, but you can refer to the official documentation pages for more details. A Windows 7+, macOS 10.10+, or Linux-based computer with 4 GB RAM or above is recommended.

Related Products

matplotlib-for-python-developers-second-edition's People

Contributors

packt-itservice avatar packtprasadr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.