Metadata-Version: 2.1
Name: incenp.plotting
Version: 0.1.0
Summary: Incenp.org´s plotting helper library
Home-page: https://git.incenp.org/damien/pyplot
Author: Damien Goutte-Gattat
Author-email: dgouttegattat@incenp.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

Incenp.plotting - Incenp.org´s plotting helper library
======================================================

Incenp.plotting, also called *pyplot* (but *incenp.plotting* is
preferred as it less likely to clash with another Python package) is a
Python library providing helper functions to facilitate the creation of
special kinds of plots with [Matplotlib](https://matplotlib.org/).

Available modules
-----------------

- `incenp.plotting.bar`: Provides a *barplot* function to create bar
  plots from a multi-indexed [Pandas](https://pandas.pydata.org/) data
  frame.
- `incenp.plotting.scatter`: Provides a *scatterplot* function to
  create scatter plots from a multi-indexed Pandas data frame.
- `incenp.plotting.util`: Helper functions used in the other modules,
  but which can also be used directly. This module provides notably a
  *xdistr* function to facilitate creating scatter plots.

Copying
-------
Incenp.plotting is distributed under the terms of the GNU General Public
License, version 3 or higher. The full license is included in the
[COPYING file](COPYING) of the source distribution.


Homepage and repository
-----------------------
The project is located at <https://incenp.org/dvlpt/pyplot.html>. The
latest source code is available in a Git repository at
<https://git.incenp.org/damien/pyplot>.


