- Mastering matplotlib
- Duncan M. McGreggor
- 160字
- 2021-07-16 14:11:20
Advanced plots – a preview
To give a taste of what's to come, let's start up a matplotlib IPython Notebook and look at an example. You will need to download the example from a GitHub repository first:
$ git clone https://github.com/masteringmatplotlib/preview.git $ cd preview
You only need to do the following in order to bootstrap an environment with all the notebook dependencies and start up the notebook server:
$ make
This will do several things for you automatically, some of which are as follows:
- Clone a support repository holding various
include
files - Create a Python virtual environment
- Install matplotlib and other scientific computing Python modules into this virtual environment
- Start an IPython Notebook server that runs on local host
- Open a browser window and load the
preview
notebook in it
In this browser window, you can run the code yourself by selecting each code section and hitting the Shift and Enter keys to execute it. Let's go through an example.
推薦閱讀
- FuelPHP Application Development Blueprints
- PostgreSQL Cookbook
- Responsive Web Design with HTML5 and CSS3
- C#程序設計教程
- 前端架構:從入門到微前端
- Lua程序設計(第4版)
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 精通Python設計模式(第2版)
- Hands-On Automation Testing with Java for Beginners
- Python之光:Python編程入門與實戰
- Mastering ROS for Robotics Programming
- 深入淺出React和Redux
- .NET Standard 2.0 Cookbook
- PrimeFaces Blueprints
- Java自然語言處理(原書第2版)