matplotlib Plotting Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 1. First Steps

In this chapter, we will cover:

  • Installing matplotlib
  • Plotting one curve
  • Using NumPy
  • Plotting multiple curves
  • Plotting curves from file data
  • Plotting points
  • Plotting bar charts
  • Plotting multiple bar charts
  • Plotting stacked bar charts
  • Plotting back-to-back bar charts
  • Plotting pie charts
  • Plotting histograms
  • Plotting boxplots
  • Plotting triangulations