How to put a rgb image on gnuplot 3d plot?
- by Stefano Borini
I want to plot an rgb image with gnuplot, and it must be hovering inside a 3d plot box, so that it can act as a "floor" for my data. How can I do it ?
THe gnuplot examples use a heatmap to map the rgb values, but this is not what I want. Apart from receiving an error
GNUPLOT (plot_image): Color boxes cannot handle RGB components.
It is not what I want in any case. I need the full rgb data in the box, not mapped through a heatmap.