Metadata-Version: 2.1
Name: sliceplots
Version: 0.3.3
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
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
License-File: LICENSE
License-File: AUTHORS.rst
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/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

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.3 (2023-10-11)
------------------

* Bring dependencies up to date

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.
