trase
trase copied to clipboard
Image geometry
- name:
Image
- plot a 2D matrix of values to the screen as an image or a heatmap
- derived from
Drawable
related functions:
-
Axis::image(DataWithAesthetics data, Transform transform = Transform(Identity))
: creates aImage
on the current axis.
since this is basically adding a raster image to the plot, might be doable in the svg backend using the <image>
element, which allows you to embed the image in the svg:
https://stackoverflow.com/questions/6249664/does-svg-support-embedding-of-bitmap-images
Nanovg allows you to add images directly