Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 340 Bytes

File metadata and controls

15 lines (9 loc) · 340 Bytes

第七章:绘图

Python的绘图库常用的有 matplotlib , plotly , seaborn 还有能展示绘图轨迹的库 turtle , 绘制云图的 wordcloud ,本章总结这些库绘图的最常用用法。

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

   ../ch07/*