octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: individual colormaps per subplots


From: David Bateman
Subject: Re: individual colormaps per subplots
Date: Tue, 19 Jun 2007 23:58:45 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Daniel J Sebald wrote:
> Attached is a patch that moves the colormap from figure to axes.  I'm
> guessing it wouldn't be too uncommon for a user to want to have two
> images on the screen with different colormaps.  For example:
> 
> subplot(2,1,1);
> image;
> colormap(gray(64));
> subplot(2,1,2);
> image;
> colormap(ocean(64));
> 
> This requires the latest CVS version of gnuplot as there was just an
> upgrade to allow multiple colormaps in X11.  Most other file-based
> terminals should work.  There may be some GUI-based terminals that don't
> yet work.  If so, let me know.

Is there a sensible fallback for older versions of gnuplot? What happens
with the attached patch when used with both 4.0 and 4.2?

Regards
David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]