Metadata-Version: 2.1
Name: pgcolorbar
Version: 1.1.3
Summary: PgColorbar is a color bar for PyQtGraph image plots.
Home-page: https://github.com/titusjan/pgcolorbar
Author: Pepijn Kenter
Author-email: titusjan@gmail.com
License: BSD
Keywords: color-maps
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
License-File: LICENSE

===============================
PgColorBar
===============================

PgColorbar is a color bar (legend) for [PyQtGraph](http://www.pyqtgraph.org/) image plots. It can serve as a replacement for PyQtGraph's HistogramLUTItem.

For more info, see: https://github.com/titusjan/pgcolorbar




History
-------

1.1.3 (2023-02-06)
------------------
* Removed deprecated numpy aliases so it works with numpy 1.24.


1.1.2 (2022-11-13)
------------------
*   Fix use of deprecated method that was removed from PyQtGraph 0.13.


1.1.1 (2021-04-27)
------------------
*   Fix setup.py install by adding HISTORY.rst to the source distribution


1.1.0 (2021-02-07)
------------------
*   Added 'Drag Lines' that can be used to change the color range at one side only.
*   Set the histHeightPercentile parameter to 100 % by default.


1.0.0 (2019-08-17)
------------------
*   First release on PyPI.
