- Matplotlib 2.x By Example
- Allen Yu Claire Chung Aldrin Yim
- 87字
- 2021-07-02 19:34:29
Setting up the plotting environment
Matplotlib is a Python package for data visualization. To get ourselves ready for Matplotlib plotting, we need to set up Python, install Matplotlib with its dependencies, as well as prepare a platform to execute and keep our running code. While Matplotlib provides a native GUI interface, we recommend using Jupyter Notebook. It allows us to run our code interactively while keeping the code, output figures, and any notes tidy. We will walk you through the setup procedure in this session.
推薦閱讀
- Visual Basic .NET程序設(shè)計(第3版)
- DevOps with Kubernetes
- Testing with JUnit
- Boost C++ Application Development Cookbook(Second Edition)
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- 運用后端技術(shù)處理業(yè)務(wù)邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Java編程的邏輯
- Spring 5 Design Patterns
- Java Web開發(fā)實例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- Julia數(shù)據(jù)科學應(yīng)用
- Scala Functional Programming Patterns
- Go語言入門經(jīng)典