|
From: Petr M. <mi...@ph...> - 2008-12-10 16:42:32
|
> >> I wish there was a way to plot with bitmap terminal and use TeX labels
> >> over it.
> >
> > That you can do. Use "set term png", unset border and tics, save the plot
> > and then "plot with image" with additional labels.
>
> One question: is "with image" already able to read png images? I had
> an impression that it was only able to read some
> unusual binary formats (3 bytes per pixel).
Ethan has shown it works this way:
plot '<convert table.png avs:-' binary filetype=avs with rgbimage
Actually, I have never met an .avs file in reality.
Nowadays gnuplot is typically compiled with the gd library. Therefore it
should be pretty easy to use the gd-library to load png/gif/jpg images
directly. I think it may not be too much code in breaders.c. Could somebody
contribute this feature?
---
PM
|