- Matplotlib 2.x By Example
- Allen Yu Claire Chung Aldrin Yim
- 155字
- 2021-07-02 19:34:25
Hello Plotting World!
To learn programming, we often start with printing the "Hello world!" message. For graphical plots that contain all the elements from data, axes, labels, lines and ticks, how should we begin?
This chapter gives an overview of Matplotlib's functionalities and latest features. We will guide you through the setup of the Matplotlib plotting environment. You will learn to create a simple line graph, view, and save your figures. By the end of this chapter, you will be confident enough to start building your own plots, and be ready to learn about customization and more advanced techniques in the coming sections.
Come and say "Hello!" to the world of plots!
Here is a list of topics covered in this chapter:
- What is Matplotlib?
- Setting up the Python environment
- Installing Matplotlib and its dependencies
- Setting up the Jupyter notebook
- Plotting the first simple line graph
- Loading data into Matplotlib
- Exporting the figure
推薦閱讀
- Pandas Cookbook
- Visual Basic編程:從基礎到實踐(第2版)
- C#程序設計(慕課版)
- 編寫高質量代碼:改善C程序代碼的125個建議
- Windows Server 2012 Unified Remote Access Planning and Deployment
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Spring Boot進階:原理、實戰與面試題分析
- Multithreading in C# 5.0 Cookbook
- Node.js:來一打 C++ 擴展
- Access 2010中文版項目教程
- Building Slack Bots
- Scratch從入門到精通
- Offer來了:Java面試核心知識點精講(框架篇)
- 3D Printing Designs:Design an SD Card Holder
- Thymeleaf 3完全手冊