GithubHelp home page GithubHelp logo

anxietyhangover / matplotlib-2.x-by-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/matplotlib-2.x-by-example

0.0 0.0 0.0 40.12 MB

Matplotlib 2.x By Example, published by Packt

License: MIT License

Jupyter Notebook 99.99% Python 0.01%

matplotlib-2.x-by-example's Introduction

Matplotlib 2.x By Example

This is the code repository for Matplotlib 2.x By Example, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Big data analytics are driving innovations in scientific research, digital marketing, policy-making and much more. Matplotlib offers simple but powerful plotting interface, versatile plot types and robust customization.

Matplotlib 2.x By Example illustrates the methods and applications of various plot types through real world examples. It begins by giving readers the basic know-how on how to create and customize plots by Matplotlib. It further covers how to plot different types of economic data in the form of 2D and 3D graphs, which give insights from a deluge of data from public repositories, such as Quandl Finance. You will learn to visualize geographical data on maps and implement interactive charts.

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.

The code will look like the following:

evens = []
with open as f:
    for line in f.readlines():
        evens.append(line.split()[1])

These are the prerequisites for this book:

  • Basic Python knowledge is expected. Interested readers can refer to Learning Python by Fabrizio Romano if they are relatively new to Python programming.
  • A working installation of Python 3.4 or later is required. The default Python distribution can be obtained from https://www.python.org/download/. Readers may also explore other Python distributions, such as Anaconda (https://www.continuum.io/downloads), which provides better package dependency management.
  • A Windows 7+, macOS 10.10+, or Linux-based computer with 4 GB RAM or above is recommended.
  • The code examples are based on Matplotlib 2.x, Seaborn 0.8.0, Pandas 0.20.3, Numpy 1.13.1, SciPy 0.19.1, pycountry 17.5.14, stockstats 0.2.0, BeautifulSoup4 4.6.0, requests 2.18.4, plotly 2.0.14, scikit-learn 0.19.0, GeoPandas 0.2.1, PIL 1.1.6, and lifelines 0.11.1. Brief instructions for installing these packages are included in the chapters, but readers can refer to the official documentation pages for more details.

Related Products

matplotlib-2.x-by-example's People

Contributors

a113n avatar ccneko avatar vivekarora-89 avatar dominicpereira92 avatar cpepper 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.