bokcolmaps


Namebokcolmaps JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://bitbucket.org/sea_dev/bokcolmaps
SummaryColour map plots based on the Bokeh visualisation library
upload_time2024-07-01 09:09:56
maintainerNone
docs_urlNone
authorSystems Engineering & Assessment Ltd.
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "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/6e/20/80b7de770aa8ed59a97ee614a18962aaa93f95abd40350c0aa2e2178cd74/bokcolmaps-3.2.0.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.2.0",
    "project_urls": {
        "Homepage": "https://bitbucket.org/sea_dev/bokcolmaps"
    },
    "split_keywords": [
        "bokeh",
        " 2d plot",
        " 3d plot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c21eb68db7ab1b873701d1f459c35012a2429747521114af1e6a8505eb3a2a1a",
                "md5": "e0a670b661f51b0e8527c57e7ee93b1d",
                "sha256": "c5047fddc20d1032c4f28fbe49c49985056f4e322bfb87ed09426cd6ac4237a7"
            },
            "downloads": -1,
            "filename": "bokcolmaps-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0a670b661f51b0e8527c57e7ee93b1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38526,
            "upload_time": "2024-07-01T09:10:29",
            "upload_time_iso_8601": "2024-07-01T09:10:29.207686Z",
            "url": "https://files.pythonhosted.org/packages/c2/1e/b68db7ab1b873701d1f459c35012a2429747521114af1e6a8505eb3a2a1a/bokcolmaps-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e2080b7de770aa8ed59a97ee614a18962aaa93f95abd40350c0aa2e2178cd74",
                "md5": "0ebf9051f6a43630f5448dc24c331f0e",
                "sha256": "af5c1a9e9a7bf2a85757fb190d083b6b05c67f1267817b944c2f0bf0a6208413"
            },
            "downloads": -1,
            "filename": "bokcolmaps-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0ebf9051f6a43630f5448dc24c331f0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25523,
            "upload_time": "2024-07-01T09:09:56",
            "upload_time_iso_8601": "2024-07-01T09:09:56.264580Z",
            "url": "https://files.pythonhosted.org/packages/6e/20/80b7de770aa8ed59a97ee614a18962aaa93f95abd40350c0aa2e2178cd74/bokcolmaps-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 09:09:56",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "sea_dev",
    "bitbucket_project": "bokcolmaps",
    "lcname": "bokcolmaps"
}
        
Elapsed time: 3.44869s