ideplots


Nameideplots JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/benabernathy/ideplots/
SummaryFormat Matplotlib for easy viewing in IDEs
upload_time2023-11-21 21:46:56
maintainerBen Abernathy
docs_urlNone
authorBen Abernathy
requires_python
licenseMIT
keywords matplotlib-style-sheets matplotlib-figures matplotlib-styles python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IDE Plots

*Matplotlib styles for cleaner integration with IDEs running Jupyter Notebooks*

<img src="https://github.com/benabernathy/ideplots/blob/main/examples/figures/chart_01_with_vscode_style.png" alt="Example"/>

## Getting Started

The fastest way to get up and running is to install IdePlots by using the `pip` command.

```bash
# to install the latest release from PyPi
pip install IdePlots

# to install the latest commit from GitHub
pip install git+https://github.com/benabernathy/IdePlots.git

```

In your notebook you need to first import ideplots...

```python
import ideplots
```

Then you may reference any of the available styles...

```python
plt.style.use("vscode-dark-modern")
```

Then your plots will no longer cause your eyese to bleed. 

## Examples

Here are some example plots without and with the styles enabled.
<img src="https://github.com/benabernathy/ideplots/blob/main/examples/figures/chart_01_without_vscode_style.png" alt="Without Style Enabled"/>

<img src="https://github.com/benabernathy/ideplots/blob/main/examples/figures/chart_01_with_vscode_style.png" alt="With Style Enabled"/>


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/benabernathy/ideplots/",
    "name": "ideplots",
    "maintainer": "Ben Abernathy",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "ben.abernathy@gmail.com",
    "keywords": "matplotlib-style-sheets,matplotlib-figures,matplotlib-styles,python",
    "author": "Ben Abernathy",
    "author_email": "ben.abernathy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/43/1c/bbfdf50ae9f2feb8aa332c7f31974e86cbf9da47b170dbec5b70afed81bc/ideplots-0.1.1.tar.gz",
    "platform": null,
    "description": "# IDE Plots\n\n*Matplotlib styles for cleaner integration with IDEs running Jupyter Notebooks*\n\n<img src=\"https://github.com/benabernathy/ideplots/blob/main/examples/figures/chart_01_with_vscode_style.png\" alt=\"Example\"/>\n\n## Getting Started\n\nThe fastest way to get up and running is to install IdePlots by using the `pip` command.\n\n```bash\n# to install the latest release from PyPi\npip install IdePlots\n\n# to install the latest commit from GitHub\npip install git+https://github.com/benabernathy/IdePlots.git\n\n```\n\nIn your notebook you need to first import ideplots...\n\n```python\nimport ideplots\n```\n\nThen you may reference any of the available styles...\n\n```python\nplt.style.use(\"vscode-dark-modern\")\n```\n\nThen your plots will no longer cause your eyese to bleed. \n\n## Examples\n\nHere are some example plots without and with the styles enabled.\n<img src=\"https://github.com/benabernathy/ideplots/blob/main/examples/figures/chart_01_without_vscode_style.png\" alt=\"Without Style Enabled\"/>\n\n<img src=\"https://github.com/benabernathy/ideplots/blob/main/examples/figures/chart_01_with_vscode_style.png\" alt=\"With Style Enabled\"/>\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Format Matplotlib for easy viewing in IDEs",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/benabernathy/ideplots/"
    },
    "split_keywords": [
        "matplotlib-style-sheets",
        "matplotlib-figures",
        "matplotlib-styles",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20fae17afc35fb7e5bbfc02566f0d0629f393658d277c979d936f5437cc80c44",
                "md5": "0f74cc84e39c4d7b46950e616e82daa8",
                "sha256": "8861cb030db71fe085cbe8272c1a5b456f37b8f5b4e533add87d4a6e9dc2d331"
            },
            "downloads": -1,
            "filename": "ideplots-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f74cc84e39c4d7b46950e616e82daa8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3759,
            "upload_time": "2023-11-21T21:46:55",
            "upload_time_iso_8601": "2023-11-21T21:46:55.288901Z",
            "url": "https://files.pythonhosted.org/packages/20/fa/e17afc35fb7e5bbfc02566f0d0629f393658d277c979d936f5437cc80c44/ideplots-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "431cbbfdf50ae9f2feb8aa332c7f31974e86cbf9da47b170dbec5b70afed81bc",
                "md5": "501265e0122460c52dacb4d67ab273f8",
                "sha256": "6c12d750d4c665b1d9a3bba67aee0ab6af7c875665aca655449e422292e4e04b"
            },
            "downloads": -1,
            "filename": "ideplots-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "501265e0122460c52dacb4d67ab273f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3799,
            "upload_time": "2023-11-21T21:46:56",
            "upload_time_iso_8601": "2023-11-21T21:46:56.943919Z",
            "url": "https://files.pythonhosted.org/packages/43/1c/bbfdf50ae9f2feb8aa332c7f31974e86cbf9da47b170dbec5b70afed81bc/ideplots-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-21 21:46:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "benabernathy",
    "github_project": "ideplots",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ideplots"
}
        
Elapsed time: 0.13922s