Metadata-Version: 2.4
Name: bokcolmaps
Version: 4.1.1
Summary: Colour map plots based on the Bokeh visualisation library
Home-page: https://github.com/marcuskd/bokcolmaps
Author: Marcus Donnelly
Author-email: marcus.k.donnelly@gmail.com
License: BSD 3-Clause
Keywords: Bokeh,2D Plot,3D Plot
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.26
Requires-Dist: bokeh>=3.6
Requires-Dist: interpg>=1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


# bokcolmaps

### Colour map plots based on the Bokeh visualisation library

----------

Get started with:

import numpy  
from bokcolmaps.plot_colourmap import plot_colourmap  
data = numpy.random.rand(3, 4, 5)  
plot_colourmap(data)

or see bokcolmaps.Examples.plot_colourmap_example
      
