/plotext

plotting on terminal

Primary LanguagePythonMIT LicenseMIT

plotext plots directly on terminal

subplots image code here.

Install

  • pip install plotext for normal installation,
  • pip install plotext --upgrade to upgrade to the latest version,
  • pip install "plotext[image]" to install the optional dependency for image plotting (including GIFs),
  • pip install "plotext[video]" to install the optional dependencies for video rendering, which will also allow to plot images.
  • the optional packages are pillow (for image plotting), opencv-python (for video rendering), ffpyplayer (to stream audio), and pafy and "youtube-dl"(to stream YouTube),
  • pip install git+https://github.com/piccolomo/plotext, if you feel courageous, to install the GitHub version, if more updated.

Guide

Main Plots

2D Plots

Plotting Utilities

Other Resources