matplotlib
Information
- Documentation: http://matplotlib.org
- Github organization: http://github.org/matplotlib/matplotlib
- Docathon project: https://github.com/matplotlib/matplotlib/projects/1
Description
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the Python and IPython shell, the jupyter notebook, web application servers, and four graphical user interface toolkits. Matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc., with just a few lines of code
Open Doc issues
- need to backport docathon PRs
- Update list of dependencies to build docs
- Please add Vega in perception documentation
- Update dependencies in the docs
- Converting docstrings to numpydoc
- Convert docstring of Axes.pie() into numpydoc
- Make ArrowStyle docstrings numpydoc compatible