/ Home

TactSay Tech: Matplotlib

  1. It’s a plotting library in Python with Numpy included.

  2. Scipy uses Matplotlib.

  3. Python 3 support started with Matplotlib 1.2.

  4. Pyplot is a Matplotlib module that provides a MATLAB-like interface.

  5. Matplotlib is designed to be as usable as MATLAB, with the ability to use Python, and the advantage of being free and open-source.

  6. Cartopy: a mapping library featuring object-oriented map projection definitions, and arbitrary point, line, polygon and image transformation capabilities

  7. SageMath uses Matplotlib to draw plots

  8. xtics: Get or set the current tick locations and labels of the x-axis.

src:

https://www.blog.pythonlibrary.org/2021/09/07/matplotlib-an-intro-to-creating-graphs-with-python/
https://en.wikipedia.org/wiki/Matplotlib
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.xticks.html