python matplotlib教程:A Brief matplotlib API Primer

文章目录

  • Chapter 9 Plotting and Visualization(绘图和可视化)
  • 9.1 A Brief matplotlib API Primer(一个简单的matplotlib API入门)
  • 1 Figures and Subplots(图和子图)
      • Adjusting the spacing around subplots(调整subplot直接的间隔)
  • 2 Colors, Markers, and Line Styles(颜色,标记物,线样式)

Chapter 9 Plotting and Visualization(绘图和可视化)

信息可视化是数据分析中一个重要的部分。它也可能是探索数据的一部分,比如,帮助我们找到离群点或需要进行变换的数据,或帮助我们思考选择哪种模型更合适。对于其他人,制作一个可交互的网站可能是最终目的。

你可能感兴趣的:(python可视化教程,python,matplotlib,开发语言,numpy,pandas,windows)