dwww Home | Show directory contents | Find package

#
# Test case of multiplot containing more than one palette
# (for debugging)
#
set view map
set multiplot layout 2,1 \
    title "Test ability to display multiple palettes within a single multiplot"
set title '10 gray levels'
set palette gray
set palette maxcolors 10
splot x*x with pm3d
set title '2 colors'
set palette color
set palette maxcolors 2
splot x with pm3d
unset multiplot
pause -1 "Hit return to continue"

reset

Generated by dwww version 1.15 on Sat May 18 13:53:28 CEST 2024.