Metadata-Version: 2.1
Name: sliceplots
Version: 0.3.2
Summary: thin wrapper on top of matplotlib's imshow for 2D plotting with attached slice plots
Home-page: https://github.com/berceanu/sliceplots
Author: Andrei Berceanu
Author-email: andreicberceanu@gmail.com
License: BSD license
Keywords: slice plot plotting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >= 3.6
Requires-Dist: matplotlib (>=3.1.0)

===========
Slice Plots
===========


.. image:: https://img.shields.io/pypi/v/sliceplots.svg
   :target: https://pypi.python.org/pypi/sliceplots


.. image:: https://img.shields.io/travis/berceanu/sliceplots.svg
   :target: https://travis-ci.org/berceanu/sliceplots


.. image:: https://readthedocs.org/projects/sliceplots/badge/?version=latest
   :target: https://sliceplots.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


.. image:: https://pyup.io/repos/github/berceanu/sliceplots/shield.svg
   :target: https://pyup.io/repos/github/berceanu/sliceplots/
   :alt: Updates


.. image:: https://codecov.io/gh/berceanu/sliceplots/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/berceanu/sliceplots


.. image:: https://img.shields.io/pypi/l/sliceplots.svg
   :target: https://github.com/berceanu/sliceplots/blob/master/LICENSE
   :alt: PyPI - License


thin wrapper on top of ``matplotlib``'s ``.imshow()`` for 2D plotting, with attached slice plots


* Free software: BSD license
* Documentation: https://sliceplots.readthedocs.io

Features
--------

* only depends on ``matplotlib``
* uses its pure OO (look Ma, no ``pyplot``!) interface
* support for 1D and 2D plots with various customization options
* broken-axis 1D plots
* small codebase
* designed for non-interactive use, scripting and publication-quality plots



=======
History
=======

0.3.2 (2019-10-28)
------------------

* Implement vmin, vmax and alpha for colored line plot


0.3.1 (2019-08-06)
------------------

* Minor bugfixes and docs update.


0.3.0 (2019-08-03)
------------------

* Add colored line plot with colorbar.

0.2.1 (2019-08-02)
------------------

* Fix bumpversion problem

0.2.0 (2019-08-02)
------------------

* Simplify documentation and tests.
* Allow passing an existing ``Axes`` instance to all methods/classes.

0.1.2 (2019-06-19)
------------------

* Fixed label positions and colors.

0.1.0 (2019-06-17)
------------------

* Added regression tests, usage and docstrings.

0.0.1 (2019-06-16)
------------------

* First release on PyPI.


