does anyone know how to plot a Numpy array as a bitmap using plotnine (ggplot) ?
I've tried searching for the right geom, and I think it is geom_raster but can't find any example code snippets
previously I would have used matplotlib's imshow() .. but I am trying to wean myself onto ggplot