Skip to main content

plotext plots directly on terminal

Project description

plotext plots directly on terminal: the syntax is very similar to matplotlib, it has no dependencies (except for optional dependencies for image/video plotting) and can save plots as text or as colored html.

It also provides a simple command line tool and a function to color strings.

subplots Image code here.

Install

As usual, with:

pip install plotext

To upgrade to the latest version, with pip install plotext --upgrade.

To install the optional dependency necessary (pillow) to plot images (including GIFs), use:

pip install "plotext[image]"

To install the optional dependencies (pillow, pafy, opencv-python, ffpyplayer) necessary to play videos, use:

pip install "plotext[video]"

which will also allow to plot images. The command pip install youtube-dl==2020.12.2 has helped me with youtube video rendering problems.

Guide

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plotext-5.0.2.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

plotext-5.0.2-py3-none-any.whl (1.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page