queryverse / VegaLite.jl

Julia bindings to Vega-Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for Image Display

RoyiAvital opened this issue · comments

commented

The post https://observablehq.com/@amitkaps/image-pixel-render-with-vega-lite shows a concept how to display images using VegaLite.

I could even tweak it to remove the axis strokes (Even better variant) according to https://stackoverflow.com/questions/71708946.

Maybe based on that an imshow() like functionality could be added?