Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 400 Bytes

File metadata and controls

14 lines (8 loc) · 400 Bytes

六、Python绘图

Python常用的绘图工具包括:matplotlib, seaborn, plotly等,以及一些其他专用于绘制某类图如词云图等的包,描绘绘图轨迹的turtle包等。本章节将会使用一些例子由易到难的阐述绘图的经典小例子,目前共收录21个。

.. toctree::
   :maxdepth: 1
   :glob:

   ../ch07/*