s3dlib


Names3dlib JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryPython classes to create 3D surface and line objects rendered in Matplotlib
upload_time2024-10-25 04:55:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords 3d lines 3d plot 3d surface colormap contour lines matplotlib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# S3Dlib

### Python classes to create 3D surface and line objects rendered in *Matplotlib*


Detailed documentation and examples are provided at [s3dlib.org](https://s3dlib.org)

---
S3Dlib simplifies the construction of 3D objects using predefined geometries in planar, polar, cylindrical, and spherical coordinates.
Using these geometries remove the development effort of constructing a network of vertex coordinates.
The object geometry and color are then controlled through various object methods. 
Objects are finally added to the mpl_toolkits.mplot3d.axes3d.Axes3d using
the Axes3d.add_collection3d() method.

Included is a module containing functions to create custom Matplotlib color maps.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "s3dlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "3D lines, 3D plot, 3D surface, colormap, contour lines, matplotlib",
    "author": null,
    "author_email": "\"Frank Zaverl, Jr.\" <fzaverl@s3dlib.org>",
    "download_url": "https://files.pythonhosted.org/packages/3b/91/a34c32039b9529f7c1b0260974f681b4db5df1d7cd8af59481a40a8b6f67/s3dlib-1.3.0.tar.gz",
    "platform": null,
    "description": "\n# S3Dlib\n\n### Python classes to create 3D surface and line objects rendered in *Matplotlib*\n\n\nDetailed documentation and examples are provided at [s3dlib.org](https://s3dlib.org)\n\n---\nS3Dlib simplifies the construction of 3D objects using predefined geometries in planar, polar, cylindrical, and spherical coordinates.\nUsing these geometries remove the development effort of constructing a network of vertex coordinates.\nThe object geometry and color are then controlled through various object methods. \nObjects are finally added to the mpl_toolkits.mplot3d.axes3d.Axes3d using\nthe Axes3d.add_collection3d() method.\n\nIncluded is a module containing functions to create custom Matplotlib color maps.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python classes to create 3D surface and line objects rendered in Matplotlib",
    "version": "1.3.0",
    "project_urls": {
        "Documentation": "https://s3dlib.org",
        "Repository": "https://github.com/fzaverl/s3dlib"
    },
    "split_keywords": [
        "3d lines",
        " 3d plot",
        " 3d surface",
        " colormap",
        " contour lines",
        " matplotlib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aee3e7e4364e5db56de1df18762e463e6380e2b907a99772ab32a02cd9e633b",
                "md5": "9063fb3cf72497837bbe4157b979d046",
                "sha256": "1cce8fd49a7afee1511623ea01b60109f9ff943dfa4587073c60a786f5db7454"
            },
            "downloads": -1,
            "filename": "s3dlib-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9063fb3cf72497837bbe4157b979d046",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 87265,
            "upload_time": "2024-10-25T04:55:05",
            "upload_time_iso_8601": "2024-10-25T04:55:05.903576Z",
            "url": "https://files.pythonhosted.org/packages/6a/ee/3e7e4364e5db56de1df18762e463e6380e2b907a99772ab32a02cd9e633b/s3dlib-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b91a34c32039b9529f7c1b0260974f681b4db5df1d7cd8af59481a40a8b6f67",
                "md5": "77b80d707233ac280f6b4a1aaf621ae7",
                "sha256": "e69ac8ef3f5f5ed27df6336fb0790a953f73e0df8bf7c879f6e16ee36bacf790"
            },
            "downloads": -1,
            "filename": "s3dlib-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "77b80d707233ac280f6b4a1aaf621ae7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 83741,
            "upload_time": "2024-10-25T04:55:07",
            "upload_time_iso_8601": "2024-10-25T04:55:07.460602Z",
            "url": "https://files.pythonhosted.org/packages/3b/91/a34c32039b9529f7c1b0260974f681b4db5df1d7cd8af59481a40a8b6f67/s3dlib-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 04:55:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fzaverl",
    "github_project": "s3dlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "s3dlib"
}
        
Elapsed time: 9.85802s