|
From: Ethan M. <eam...@gm...> - 2017-05-02 16:52:54
|
Probably: set cbrange [min:max] On Tue, May 2, 2017 at 9:13 AM, Jon <dev...@gm...> wrote: > Dear Users, > > I would like to compare across different settings of the same type of data > in a color plot using something like the following, > > plot 'pdratio' using 1:2:(abs($1)>0.3?$4:1/0) with p ps 0.75 pt 4 palette > > Gnuplot automatically chooses the data range for the palette to map out > color, which can be different from case to case. Is there way to ask > gnuplot to map out color for the same data range consistently across > different cases? > > Something like > > set palette maxcolor 100 > > is not what I want. > > Thanks, > > Sincerely, > Jon > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/ > lists/listinfo/gnuplot-info > |