Metadata-Version: 2.4
Name: clearplot
Version: 1.3.1
Summary: Clearplot creates publication quality plots using matplotlib
Author-email: Benjamin Reedlunn <breedlun@gmail.com>
License-Expression: MIT
Project-URL: Homepage, http://clearplot.readthedocs.org
Project-URL: Source, https://github.com/breedlun/clearplot
Keywords: matplotlib,plotting
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: numpy>=1.6
Dynamic: license-file

# clearplot

Clearplot creates publication quality plots using matplotlib.

Documentation
-------------

Detailed documentation is available [here](http://clearplot.readthedocs.io/en/latest/).

Examples
--------

The documentation contains an [example gallery](http://clearplot.readthedocs.io/en/latest/examples/) with scripts demonstrating how to generate several types of plots.

<!--
Citing
------

Clearplot can be cited using a DOI provided through Zenodo: [![DOI]()]()
-->

Dependencies
------------

- Python 3.11 (Other python versions may be compatible, but they have not been tested.)

- [numpy](http://www.numpy.org/)

- [matplotlib](http://matplotlib.org)


Installation
------------

The documentation contains [installation instructions](http://clearplot.readthedocs.io/en/latest/installation.html).

<!--
Testing
-------

[![Build Status](https://travis-ci.org/breedlun/clearplot.png?branch=master)](https://travis-ci.org/breedlun/clearplot)

To test seaborn, run `make test` in the source directory. This will run the unit-test and doctest suite (using `nose`).
-->

Bug Fixes
---------

Please [submit](https://github.com/breedlun/clearplot/issues/new) any bugs you encounter to the Github issue tracker.


Feature Requests and Enhancements
---------------------------------

We encourage you to [submit](https://github.com/breedlun/clearplot/issues/new) your feature requests to the Github issue tracker.  We should warn you, however, we can be quite particular, so please do not take it the wrong way if we do not chose to implement your feature.  Similarly, please make sure to [submit](https://github.com/breedlun/clearplot/issues/new) your feature requests before creating a pull request.  It is best to discuss before you code anything up.


License
-------

Released under the MIT License (MIT)
