Unicode-based scientific plotting for working in the terminal
31–37 of 37 posts
Re: Unicode-based scientific plotting for working in the terminal
#32I recently found out that XTerm supports sixels natively if started with the "-ti 340" option. For example gnuplot can make use of that feature using the command "set terminal sixlegd". It turns out because of the way sixels are encoded (six vertical pixels in a row using bitplanes) it packs better than png when used in conjunction with the bzip2 packer. Every image can simply be encoded to sixel with imagemagick usi…
Re: Unicode-based scientific plotting for working in the terminal
#33I recently found out that XTerm supports sixels natively if started with the "-ti 340" option. For example gnuplot can make use of that feature using the command "set terminal sixlegd". It turns out because of the way sixels are encoded (six vertical pixels in a row using bitplanes) it packs better than png when used in conjunction with the bzip2 packer. Every image can simply be encoded to sixel with imagemagick usi…
Sixels will be added to libvte (gnome-terminal): https://gitlab.gnome.org/GNOME/vte/-/issues/254
Re: Unicode-based scientific plotting for working in the terminal
#34This is great! Anyone know of anything like this for Python or R?
Re: Unicode-based scientific plotting for working in the terminal
#35This is great! Anyone know of anything like this for Python or R?
Honest question: Why would I ever want/need to plot data in the R console, and not in a R graphics window?
Re: Unicode-based scientific plotting for working in the terminal
#36Can't safely use a touchscreen or mouse when all hell breaks loose in space!
Re: Unicode-based scientific plotting for working in the terminal
#37I recently found out that XTerm supports sixels natively if started with the "-ti 340" option. For example gnuplot can make use of that feature using the command "set terminal sixlegd". It turns out because of the way sixels are encoded (six vertical pixels in a row using bitplanes) it packs better than png when used in conjunction with the bzip2 packer. Every image can simply be encoded to sixel with imagemagick usi…
I used your ImageMagick command, but the resulting image is very bright and almost invisible. I tried disabling Unicode using +u8, but that didn't work. I tried mlterm, that worked.
XTerm.*.decTerminalID: vt340
XTerm.*.numColorRegisters: 256
And refresh with xrdb -merge $HOME/.Xresources
It should work now.