[![PyPi](https://badge.fury.io/py/plotext.svg)](https://badge.fury.io/py/plotext)
[![GitHub stars](https://img.shields.io/github/stars/piccolomo/plotext.svg)](https://github.com/piccolomo/plotext/stargazers)
[![Downloads](https://pepy.tech/badge/plotext/month)](https://pepy.tech/project/plotext)
[![GitHubIssues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/piccolomo/plotext/issues)
[![GitTutorial](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://github.com/piccolomo/plotext/pulls)
![logo](https://raw.githubusercontent.com/piccolomo/plotext/master/data/logo.png)
`plotext` **plots directly on terminal**
⚠️ **Author's Update**: I am currently working on a new version of this project. During this time, I may not be able to respond to issue reports or pull requests immediately. However, please continue to submit them—I will review and address them in the upcoming release. Thank you for your understanding and patience! Updates are discussed [here](https://github.com/piccolomo/plotext/issues/184#issuecomment-2353423565).
- it allows for [scatter](https://github.com/piccolomo/plotext/blob/master/readme/basic.md#scatter-plot), [line](https://github.com/piccolomo/plotext/blob/master/readme/basic.md#line-plot), [bar](https://github.com/piccolomo/plotext/blob/master/readme/bar.md#simple-bar-plot), [histogram](https://github.com/piccolomo/plotext/blob/master/readme/bar.md#histogram-plot) and [date-time](https://github.com/piccolomo/plotext/blob/master/readme/datetime.md#datetime-plot) plots (including [candlestick](https://github.com/piccolomo/plotext/blob/master/readme/datetime.md#candlestick-plot)),
- it can also plot [error bars](https://github.com/piccolomo/plotext/blob/master/readme/special.md#error-plot), [confusion matrices](https://github.com/piccolomo/plotext/blob/master/readme/special.md#confusion-matrix), and add extra [text](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md#text-plot), [lines](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md#line-plot) and [shapes](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md#shape-plot) to the plot,
- you could use it to [plot images](https://github.com/piccolomo/plotext/blob/master/readme/image.md#image-plot) (including [GIFs](https://github.com/piccolomo/plotext/blob/master/readme/image.md#gif-plot)) and [stream video](https://github.com/piccolomo/plotext/blob/master/readme/video.md#video-plot) with audio (including [YouTube](https://github.com/piccolomo/plotext/blob/master/readme/video.md#play-youtube)),
- it can [save plots](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md#canvas-utilities) as text or as colored `html`,
- it provides a simple function to [color strings](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md#colored-text),
- it comes with a dedicated [command line tool](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md#command-line-tool),
- it has [no dependencies](https://github.com/piccolomo/plotext/blob/bda4ac53052f750471a49f9b0ca4753aa2bdeea1/setup.py#L24) (except for optional dependencies for image/video plotting).
![subplots](https://raw.githubusercontent.com/piccolomo/plotext/master/data/subplots.png)
The **installing instructions** are [here](https://github.com/piccolomo/plotext/blob/master/readme/notes.md#install) and the image code [here](https://github.com/piccolomo/plotext/blob/master/readme/subplots.md#subplots).
---
## Guide
[Introduction](https://github.com/piccolomo/plotext/blob/master/readme/basic.md#introduction)
##### Main Plots
- [Basic Plots](https://github.com/piccolomo/plotext/blob/master/readme/basic.md)
- [Bar Plots](https://github.com/piccolomo/plotext/blob/master/readme/bar.md)
- [Datetime Plots](https://github.com/piccolomo/plotext/blob/master/readme/datetime.md)
- [Special Plots](https://github.com/piccolomo/plotext/blob/master/readme/special.md)
- [Decorator Plots](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md)
- [Image Plots](https://github.com/piccolomo/plotext/blob/master/readme/image.md)
- [Play Videos](https://github.com/piccolomo/plotext/blob/master/readme/video.md)
##### Plotting Utilities
- [Settings](https://github.com/piccolomo/plotext/blob/master/readme/settings.md)
- [Aspect](https://github.com/piccolomo/plotext/blob/master/readme/aspect.md)
- [Subplots](https://github.com/piccolomo/plotext/blob/master/readme/subplots.md#subplots)
##### Other Resources
- [Utilities](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md)
- [Environments](https://github.com/piccolomo/plotext/blob/master/readme/environments.md)
- [Notes](https://github.com/piccolomo/plotext/blob/master/readme/notes.md)
Raw data
{
"_id": null,
"home_page": "https://github.com/piccolomo/plotext",
"name": "plotext",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": null,
"keywords": null,
"author": "Savino Piccolomo",
"author_email": "piccolomo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c9/d7/f75f397af966fe252d0d34ffd3cae765317fce2134f925f95e7d6725d1ce/plotext-5.3.2.tar.gz",
"platform": null,
"description": "[![PyPi](https://badge.fury.io/py/plotext.svg)](https://badge.fury.io/py/plotext)\n[![GitHub stars](https://img.shields.io/github/stars/piccolomo/plotext.svg)](https://github.com/piccolomo/plotext/stargazers)\n[![Downloads](https://pepy.tech/badge/plotext/month)](https://pepy.tech/project/plotext)\n[![GitHubIssues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/piccolomo/plotext/issues)\n[![GitTutorial](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://github.com/piccolomo/plotext/pulls)\n\n![logo](https://raw.githubusercontent.com/piccolomo/plotext/master/data/logo.png)\n\n`plotext` **plots directly on terminal**\n\n\u26a0\ufe0f **Author's Update**: I am currently working on a new version of this project. During this time, I may not be able to respond to issue reports or pull requests immediately. However, please continue to submit them\u2014I will review and address them in the upcoming release. Thank you for your understanding and patience! Updates are discussed [here](https://github.com/piccolomo/plotext/issues/184#issuecomment-2353423565).\n\n- it allows for [scatter](https://github.com/piccolomo/plotext/blob/master/readme/basic.md#scatter-plot), [line](https://github.com/piccolomo/plotext/blob/master/readme/basic.md#line-plot), [bar](https://github.com/piccolomo/plotext/blob/master/readme/bar.md#simple-bar-plot), [histogram](https://github.com/piccolomo/plotext/blob/master/readme/bar.md#histogram-plot) and [date-time](https://github.com/piccolomo/plotext/blob/master/readme/datetime.md#datetime-plot) plots (including [candlestick](https://github.com/piccolomo/plotext/blob/master/readme/datetime.md#candlestick-plot)),\n- it can also plot [error bars](https://github.com/piccolomo/plotext/blob/master/readme/special.md#error-plot), [confusion matrices](https://github.com/piccolomo/plotext/blob/master/readme/special.md#confusion-matrix), and add extra [text](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md#text-plot), [lines](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md#line-plot) and [shapes](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md#shape-plot) to the plot, \n- you could use it to [plot images](https://github.com/piccolomo/plotext/blob/master/readme/image.md#image-plot) (including [GIFs](https://github.com/piccolomo/plotext/blob/master/readme/image.md#gif-plot)) and [stream video](https://github.com/piccolomo/plotext/blob/master/readme/video.md#video-plot) with audio (including [YouTube](https://github.com/piccolomo/plotext/blob/master/readme/video.md#play-youtube)),\n- it can [save plots](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md#canvas-utilities) as text or as colored `html`,\n- it provides a simple function to [color strings](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md#colored-text),\n- it comes with a dedicated [command line tool](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md#command-line-tool),\n- it has [no dependencies](https://github.com/piccolomo/plotext/blob/bda4ac53052f750471a49f9b0ca4753aa2bdeea1/setup.py#L24) (except for optional dependencies for image/video plotting).\n\n![subplots](https://raw.githubusercontent.com/piccolomo/plotext/master/data/subplots.png)\n\nThe **installing instructions** are [here](https://github.com/piccolomo/plotext/blob/master/readme/notes.md#install) and the image code [here](https://github.com/piccolomo/plotext/blob/master/readme/subplots.md#subplots).\n\n---\n\n## Guide\n\n[Introduction](https://github.com/piccolomo/plotext/blob/master/readme/basic.md#introduction)\n\n##### Main Plots\n\n- [Basic Plots](https://github.com/piccolomo/plotext/blob/master/readme/basic.md)\n- [Bar Plots](https://github.com/piccolomo/plotext/blob/master/readme/bar.md)\n- [Datetime Plots](https://github.com/piccolomo/plotext/blob/master/readme/datetime.md)\n- [Special Plots](https://github.com/piccolomo/plotext/blob/master/readme/special.md)\n- [Decorator Plots](https://github.com/piccolomo/plotext/blob/master/readme/decorator.md)\n- [Image Plots](https://github.com/piccolomo/plotext/blob/master/readme/image.md)\n- [Play Videos](https://github.com/piccolomo/plotext/blob/master/readme/video.md)\n\n##### Plotting Utilities\n\n- [Settings](https://github.com/piccolomo/plotext/blob/master/readme/settings.md)\n- [Aspect](https://github.com/piccolomo/plotext/blob/master/readme/aspect.md)\n- [Subplots](https://github.com/piccolomo/plotext/blob/master/readme/subplots.md#subplots)\n\n##### Other Resources\n\n- [Utilities](https://github.com/piccolomo/plotext/blob/master/readme/utilities.md)\n- [Environments](https://github.com/piccolomo/plotext/blob/master/readme/environments.md)\n- [Notes](https://github.com/piccolomo/plotext/blob/master/readme/notes.md)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "plotext plots directly on terminal",
"version": "5.3.2",
"project_urls": {
"Homepage": "https://github.com/piccolomo/plotext"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f61e12fe7c40cd2099a1f454518754ed229b01beaf3bbb343127f0cc13ce6c22",
"md5": "55f457d1db4ffa36babfbbc21b5b390c",
"sha256": "394362349c1ddbf319548cfac17ca65e6d5dfc03200c40dfdc0503b3e95a2283"
},
"downloads": -1,
"filename": "plotext-5.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "55f457d1db4ffa36babfbbc21b5b390c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 64047,
"upload_time": "2024-09-24T15:13:36",
"upload_time_iso_8601": "2024-09-24T15:13:36.296786Z",
"url": "https://files.pythonhosted.org/packages/f6/1e/12fe7c40cd2099a1f454518754ed229b01beaf3bbb343127f0cc13ce6c22/plotext-5.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c9d7f75f397af966fe252d0d34ffd3cae765317fce2134f925f95e7d6725d1ce",
"md5": "7c67a5b9602f145bc8939a5db21e9afd",
"sha256": "52d1e932e67c177bf357a3f0fe6ce14d1a96f7f7d5679d7b455b929df517068e"
},
"downloads": -1,
"filename": "plotext-5.3.2.tar.gz",
"has_sig": false,
"md5_digest": "7c67a5b9602f145bc8939a5db21e9afd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 61967,
"upload_time": "2024-09-24T15:13:37",
"upload_time_iso_8601": "2024-09-24T15:13:37.728225Z",
"url": "https://files.pythonhosted.org/packages/c9/d7/f75f397af966fe252d0d34ffd3cae765317fce2134f925f95e7d6725d1ce/plotext-5.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-24 15:13:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "piccolomo",
"github_project": "plotext",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "plotext"
}