termplotlib VS sixel-gnuplot

Compare termplotlib vs sixel-gnuplot and see what are their differences.

termplotlib

:chart_with_upwards_trend: Plotting on the command line (by nschloe)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
termplotlib sixel-gnuplot
3 5
638 98
- -
0.0 10.0
over 2 years ago about 5 years ago
Python Shell
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

termplotlib

Posts with mentions or reviews of termplotlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.

sixel-gnuplot

Posts with mentions or reviews of sixel-gnuplot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.
  • UnicodePlots
    10 projects | news.ycombinator.com | 9 Apr 2023
    A few years ago, you had to recompile it to add sixel support on debian, so I provided https://github.com/csdvrx/sixel-gnuplot

    Now it's included by default IIRC

  • Forking Chrome to Render in a Terminal
    11 projects | news.ycombinator.com | 27 Jan 2023
    sixel-tmux works literally anywhere you can use tmux: as long you can display unicodes on your terminal, the sixels will be "captured" by sixel-tmux and converted into something you can see. Sixels are in-band, so ssh isn't a problem.

    In a way, using sixel-tmux is like "giving magical goggles" to your terminal, to let it render sixels so you can see something (even if it isn't perfect), in the hope you'll be tempted to use a better terminal that will show you sixels in all their glory, with a pixel perfect quality.

    Sixels enable all kind of cool things, like gnuplot right in your terminal (cf https://github.com/csdvrx/sixel-gnuplot ): sometimes I even watch youtube on my terminal lol

    sixel-tmux was made as a first step towards turning derasterize into a more general library: my plan was to add it to nnn but I got bored along the way and moved to other stuff. I might still do that I I love nnn as a filemanager.

    BTW, even if there have been quite a few interesting work by @hpa and others in the last 2 years, I think derasterize still has textmode supremacy. derasterize is a collab with @jart after I started adding features to her previous solutions which was based on half blocks like this solution; she's also made further work based on this like https://justine.lol/printimage.html and https://justine.lol/printvideo.html

  • WordPerfect for Unix (1992) used sixel graphics
    7 projects | news.ycombinator.com | 18 Jul 2022
    That's also my main usecase: doing plots with gnuplot

    A few years ago, it wasn't compiled by default in the debian packages so I released binaries: https://github.com/csdvrx/sixel-gnuplot

  • Why modern Linux console is slower than 10 years ago
    1 project | news.ycombinator.com | 19 Jun 2022
    I wish framebuffer consoles would support sixels to do without X or wayland, mostly to have inline plots line https://github.com/csdvrx/sixel-gnuplot without having to use say fbi

    > On the other hand, text output to the console has generally gotten slower, usually much slower than you would expect for the change in console size

    I don't see why we should tolerate slow rendering of text. The techniques recently used to accelerate text rendering in Windows Terminal should be usable in the framebuffer console.

  • termplotlib: Plots in the terminal
    3 projects | /r/commandline | 8 Dec 2021
    and sixel support can be made to work with this: https://github.com/csdvrx/sixel-gnuplot

What are some alternatives?

When comparing termplotlib and sixel-gnuplot you can also consider the following projects:

itermplot - An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.

feedgnuplot - Tool to plot realtime and stored data from the commandline, using gnuplot.

alacritty-sixel - A cross-platform, OpenGL terminal emulator.

pypi-command-line - A powerful, colorful, beautiful command-line-interface for pypi.org

starcli - :sparkles: Browse trending GitHub projects from your command line

term-gfx - Terminal Graphics

UnicodePlots.jl - Unicode-based scientific plotting for working in the terminal

lfimg-sixel - Image preview support for lf-sixel

uniplot - Lightweight plotting to the terminal. 4x resolution via Unicode.

wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust