|
From: Vik R. <vi...@mi...> - 2010-12-23 20:16:08
|
I have a contour map working pretty well, but there's a red outline around it that I would like to remove. Sample chart: http://generalwebapps.com/anomalies/redOutlineDemo_2.jpg How do I remove the red outline? Thanks in advance to all for any info. For reference purposes, data and commands to create the sample chart are attached. Best, -Vik Commands: -------------- set ticslevel 0 set pm3d set hidden3d set xrange [1:10] reverse set yrange [0:11] set zrange [-.4:28] set dgrid3d 200, 200 splines set palette defined (0 'black', 1 'gray30', 1.5 'gray40', 2 '#00005e', 6.73684210526 'dark-green', 16.8421052632 '#dac000', 20.2105263158 '#fee000', 25.2631578947 '#fc7a00', 30.3157894737 '#ff8000', 45.4736842105 '#ff5a00', 58.0986842105 'orange-red', 60.0657894737 '#ff0000', 64 'dark-red') set cbrange [0:115] set xtics("" 1, "Day 0" 2, "2-3\nDays" 3, "4-7\nDays" 4, "2\nWeeks" 5, "3\nWeeks" 6, "1\nMonth" 7, "2-3\nMonths" 8, "4-6\nMonths" 9, "7\nMonths+" 10 ) unset label unset title set xtics out nomirror set ytics out nomirror set xtics out nomirror set ytics out nomirror splot 'dataFileKey_1' set term jpeg size 500, 500 enhanced font '/Library/Fonts/Arial.ttf' 8 xffffff x000000 set output '/redOutlineDemo_2.jpg' replot Data: ------ 0 0 0 1 0 0 2 0 0 3 0 0 4 0 0 5 0 0 6 0 0 7 0 0 8 0 0 9 0 0 10 0 0 0 1 0 1 1 0 2 1 0 3 1 0 4 1 0 5 1 0 6 1 0 7 1 1 8 1 0 9 1 0 10 1 0 0 2 0 1 2 1 2 2 0 3 2 0 4 2 0 5 2 0 6 2 2 7 2 0 8 2 0 9 2 0 10 2 0 0 3 0 1 3 2 2 3 0 3 3 2 4 3 1 5 3 3 6 3 1 7 3 2 8 3 0 9 3 0 10 3 0 0 4 0 1 4 4 2 4 1 3 4 5 4 4 1 5 4 2 6 4 3 7 4 4 8 4 1 9 4 0 10 4 0 0 5 0 1 5 3 2 5 0 3 5 4 4 5 3 5 5 4 6 5 9 7 5 3 8 5 0 9 5 1 10 5 0 0 6 0 1 6 3 2 6 3 3 6 11 4 6 5 5 6 4 6 6 19 7 6 6 8 6 1 9 6 1 10 6 0 0 7 0 1 7 4 2 7 5 3 7 28 4 7 10 5 7 4 6 7 20 7 7 7 8 7 5 9 7 2 10 7 0 0 8 0 1 8 8 2 8 2 3 8 21 4 8 4 5 8 5 6 8 17 7 8 5 8 8 0 9 8 2 10 8 0 0 9 0 1 9 2 2 9 2 3 9 9 4 9 6 5 9 8 6 9 12 7 9 6 8 9 2 9 9 0 10 9 0 0 10 0 1 10 12 2 10 1 3 10 3 4 10 5 5 10 4 6 10 4 7 10 2 8 10 0 9 10 0 10 10 0 0 11 0 1 11 0 2 11 0 3 11 0 4 11 0 5 11 0 6 11 0 7 11 0 8 11 0 9 11 0 10 11 0 |