|
From: Patrick A. <pat...@Co...> - 2015-04-13 04:43:13
|
Apparently the problem is with the default terminal 'qt' in 5.0. If I change to: set term x11 then the set palette maxcolors command works again. On 04/12/2015 10:18 PM, Patrick Alken wrote: > I am trying to use 'set palette maxcolors 5" with the "moreland.pal" > palette file found at: http://www.gnuplotting.org/data/moreland.pal. > > Using the script: > ---- > set pm3d map > load 'moreland.pal' > set palette maxcolors 5 > splot x+y > ---- > > In gnuplot 4.6, this makes a nice discrete-color plot as intended. > However in v5.0 the plot has a continuum of colors regardless of the > "maxcolors" setting. > > In 5.0, set palette maxcolors does work for the default palette, but not > moreland. Is there a reason why this is disabled for moreland palette? > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |