- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 67字
- 2021-08-27 18:48:18
Embed your Matplotlib plots
Matplotlib is highly integrated into Jupyter Notebook. Use the Jupyter built-in magic command %matplotlib inline (set as default in the current release) to display resultant plots as static image output at each cell:

Alternatively, you can run a magic cell command—%matplotlib notebook to use the interactive Matplotlib GUI for zooming or rotating in the same output area:

推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Mastering Entity Framework
- 趣學Python算法100例
- 用戶體驗增長:數字化·智能化·綠色化
- Solr Cookbook(Third Edition)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Learning AWS
- Java Web從入門到精通(第3版)
- 工業機器人離線編程
- SQL Server on Linux
- 軟件測試(慕課版)
- Windows 10 for Enterprise Administrators
- Scratch少兒編程高手的7個好習慣
- Java算法從菜鳥到達人