From: Quentin S. <qsp...@ie...> - 2005-02-28 18:02:56
|
Justus Piater wrote: >Hi, > >The upcoming release of Gnuplot (>4.0) offers new plot styles "with >image" and "with rgbimage". If I understand correctly, this allows >displaying images directly in the gnuplot window, and overlaying them >with graphs. > >To me, this is a killer feature that I've used extensively in Matlab, >and that I'm missing badly in octave. > >For future octave development, I propose to consider unifying graphics >handling by throwing out image viewers altogether, relying instead on >gnuplot for all image display, and to support overlaying plots over >images in octave. > >Justus > > I agree. Using ImageMagick was a necessary hack because there was no other way to display images, but it doesn't provide means to add titles, labels, and axes. There might be somebody who still wants it for something, so I suggest moving the old image display functions into the extras directory. Quentin |