- Mastering matplotlib
- Duncan M. McGreggor
- 269字
- 2021-07-16 14:11:18
Chapter 1. Getting Up to Speed
Over the past 12 years of its existence, matplotlib has made its way into the classrooms, labs, and hearts of the scientific computing world. With Python's rise in popularity for serious professional and academic work, matplotlib has taken a respected seat beside long-standing giants such as Mathematica by Wolfram Research and MathWorks' MATLAB products. As such, we feel that the time is ripe for an advanced text on matplotlib that guides its more sophisticated users into new territory by not only allowing them to become experts in their own right, but also providing a clear path that will help them apply their new knowledge in a number of environments.
As a part of a master class series by Packt Publishing, this book focuses almost entirely on a select few of the most requested advanced topics in the world of matplotlib, which includes everything from matplotlib internals to high-performance computing environments. In order to best support this, we want to make sure that our readers have a chance to prepare for the material of this book, so we will start off gently.
The topics covered in this chapter include the following:
- A brief historical overview of matplotlib
- What's new in matplotlib
- Who is an advanced, beginner, or an intermediate matplotlib user
- The software dependencies for many of the book's examples
- An overview of Python 3
- An overview of the coding style used in this book
- References for installation-related instructions
- A refresher on IPython Notebooks
- A teaser of a complicated plot in matplotlib
- Additional resources to obtain advanced beginner and intermediate matplotlib knowledge
- 潮流:UI設計必修課
- 數據結構習題精解(C語言實現+微課視頻)
- Raspberry Pi 2 Server Essentials
- Mastering Apache Spark 2.x(Second Edition)
- C語言課程設計
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Python機器學習:預測分析核心算法
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Test-Driven JavaScript Development
- Django 5企業級Web應用開發實戰(視頻教學版)
- 零基礎學C語言(升級版)
- 計算機組裝與維護(第二版)
- MySQL數據庫應用實戰教程(慕課版)
- 游戲設計的底層邏輯
- 計算機系統解密:從理解計算機到編寫高效代碼