[BACK]Return to discrete.dem CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / demo

File: [local] / OpenXM_contrib / gnuplot / demo / Attic / discrete.dem (download)

Revision 1.1.1.2 (vendor branch), Sat Jan 22 14:16:05 2000 UTC (24 years, 4 months ago) by maekawa
Branch: GNUPLOT
CVS Tags: maekawa-ipv6, VERSION_3_7_3, VERSION_3_7_1, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1.1.1: +1 -1 lines

Import gnuplot 3.7.1

#
# $Id: discrete.dem,v 1.1.1.1 1998/04/15 19:16:41 lhecking Exp $
#
#
set contour
set title "Demo of specifying discrete contour levels  -  default contours"
splot x*y
pause -1 "Hit return to continue"

#set discrete levels
set cntrparam levels discrete 0, 15, 75
set title "3 discrete contours at 0 15 & 75"
replot
pause -1 "Hit return to continue"

#set incremental levels
set cntrp level incr -20, 5, 9
set title "9 incremental contours starting at -20, stepping by 5"
replot
pause -1 "Hit return to continue"

#restore defaults
set title ""
set nocontour
set cntrparam levels auto 5