bokcolmaps


Namebokcolmaps JSON
Version 3.1.2 PyPI version JSON
download
home_pagehttps://bitbucket.org/sea_dev/bokcolmaps
SummaryColour map plots based on the Bokeh visualisation library
upload_time2023-03-13 13:48:47
maintainer
docs_urlNone
authorSystems Engineering & Assessment Ltd.
requires_python
licenseMIT
keywords bokeh 2d plot 3d plot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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
      

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/sea_dev/bokcolmaps",
    "name": "bokcolmaps",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Bokeh,2D Plot,3D Plot",
    "author": "Systems Engineering & Assessment Ltd.",
    "author_email": "Marcus.Donnelly@sea.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/45/c5/5b45cf7d687db51b44fd65a0a50a760c406244fdc311e4e8dfc9a7a25701/bokcolmaps-3.1.2.tar.gz",
    "platform": null,
    "description": "\r\n# bokcolmaps\r\n\r\n### Colour map plots based on the Bokeh visualisation library\r\n\r\n----------\r\n\r\nGet started with:\r\n\r\nimport numpy  \r\nfrom bokcolmaps.plot_colourmap import plot_colourmap  \r\ndata = numpy.random.rand(3, 4, 5)  \r\nplot_colourmap(data)\r\n\r\nor see bokcolmaps.Examples.plot_colourmap_example\r\n      \r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Colour map plots based on the Bokeh visualisation library",
    "version": "3.1.2",
    "split_keywords": [
        "bokeh",
        "2d plot",
        "3d plot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c940207ffd39a48064579c72061820de6e4e10463fa61b5b47aa1ac342cecf77",
                "md5": "3fa264deb256f5a7eb7adcc729bb67fd",
                "sha256": "fa41d96191af6ca24a128250bb4649ca35a2081a02d61ff533b4d4ec9506a96e"
            },
            "downloads": -1,
            "filename": "bokcolmaps-3.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3fa264deb256f5a7eb7adcc729bb67fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38480,
            "upload_time": "2023-03-13T13:49:13",
            "upload_time_iso_8601": "2023-03-13T13:49:13.150565Z",
            "url": "https://files.pythonhosted.org/packages/c9/40/207ffd39a48064579c72061820de6e4e10463fa61b5b47aa1ac342cecf77/bokcolmaps-3.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45c55b45cf7d687db51b44fd65a0a50a760c406244fdc311e4e8dfc9a7a25701",
                "md5": "7805c58c93316acac015b698523200bd",
                "sha256": "8cd1a881e21c5f41a5fdc4ecc66abfb5a933fc81350019196da6b603de0fb7fc"
            },
            "downloads": -1,
            "filename": "bokcolmaps-3.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7805c58c93316acac015b698523200bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25464,
            "upload_time": "2023-03-13T13:48:47",
            "upload_time_iso_8601": "2023-03-13T13:48:47.570820Z",
            "url": "https://files.pythonhosted.org/packages/45/c5/5b45cf7d687db51b44fd65a0a50a760c406244fdc311e4e8dfc9a7a25701/bokcolmaps-3.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 13:48:47",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "bitbucket_user": "sea_dev",
    "bitbucket_project": "bokcolmaps",
    "lcname": "bokcolmaps"
}
        
Elapsed time: 0.05133s