plt1_why.py 415 B

12345678910111213
  1. # View more python tutorials on my Youtube and Youku channel!!!
  2. # Youtube video tutorial: https://www.youtube.com/channel/UCdyjiB5H8Pu7aDTNVXTTpcg
  3. # Youku video tutorial: http://i.youku.com/pythontutorial
  4. # 1 - why
  5. """
  6. 1. matplotlib is a powerful python data visualization tool;
  7. 2. similar with MATLAB. If know matlab, easy to move over to python;
  8. 3. easy to plot 2D, 3D data;
  9. 4. you can even make animation.
  10. """