Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 619a92f9084d5359442c6f38b85238d7 > files > 159

gnuplot-nox-5.2.2-5.mga7.armv7hl.rpm

#
# Test case of multiplot containing more than one palette
# (for debugging)
#
set pm3d 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
set title '2 colors'
set palette color
set palette maxcolors 2
splot x
unset multiplot
pause -1 "Hit return to continue"

reset