最終更新:2018-05-10 (木) 03:33:57 (2178d)  

matplotlib.pylab
Top / matplotlib.pylab

a module that gets installed alongside matplotlib.

https://matplotlib.org/faq/usage_faq.html#matplotlib-pyplot-and-pylab-how-are-they-related

メモ

  • グラフ描写に必用なmatplotlib.pyplotmatplotlib.mlab?およびにNumPyの各種モジュール、datetime?などを同一名前空間に一括でimportするための"便利"モジュール
  • 今は非推奨

メモ

  • pylab is a convenience module that bulk imports matplotlib.pyplot (for plotting) and numpy (for mathematics and working with arrays) in a single name space.
  • Although many examples use pylab, it is no longer recommended.