How to put a rgb image on gnuplot 3d plot?
Posted
by
Stefano Borini
on Super User
See other posts from Super User
or by Stefano Borini
Published on 2011-03-13T13:44:08Z
Indexed on
2011/03/13
16:12 UTC
Read the original article
Hit count: 276
gnuplot
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.
© Super User or respective owner