/ Home
TactSay Tech: Matplotlib
-
It’s a plotting library in Python with Numpy included.
-
Scipy uses Matplotlib.
-
Python 3 support started with Matplotlib 1.2.
-
Pyplot is a Matplotlib module that provides a MATLAB-like interface.
-
Matplotlib is designed to be as usable as MATLAB, with the ability to use Python, and the advantage of being free and open-source.
-
Cartopy: a mapping library featuring object-oriented map projection definitions, and arbitrary point, line, polygon and image transformation capabilities
-
SageMath uses Matplotlib to draw plots
-
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