|
From: Vik R. <vi...@mi...> - 2010-12-26 18:26:49
|
Great info. Thanks very much! Best, -Vik On Dec 26, 2010, at 4:52 AM, Thomas Sefzick wrote: > > 'set pm3d' also sets 'implicit' on, so each plot is plotted with the > standard surface (i.e. 'with points') plus the pm3d-surface. > > to avoid this either > 'set pm3d explicit' and use 'splot ... with pm3d' > or > 'set style data pm3d' and use 'splot ...' > > > Vik_R wrote: >> >> That worked. Thanks very much! Why is it that doing it this way makes a >> difference, as I had previously used the commaned "set pm3d" by itself? >> >> Best, >> >> >> -Vik >> >> On Dec 25, 2010, at 5:36 AM, Thomas Sefzick wrote: >> >>> >>> splot 'dataFileKey_1' with pm3d >>> >>> >>> Vik_R wrote: >>>> >>>> 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 >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>>> customers >>>> to consolidate database storage, standardize their database environment, >>>> and, >>>> should the need arise, upgrade to a full multi-node Oracle RAC database >>>> without downtime or disruption >>>> http://p.sf.net/sfu/oracle-sfdevnl >>>> _______________________________________________ >>>> gnuplot-info mailing list >>>> gnu...@li... >>>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://old.nabble.com/Turning-Off-Red-Outline-in-Contour-Map--tp30524833p30531697.html >>> Sent from the Gnuplot - User mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>> customers >>> to consolidate database storage, standardize their database environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> gnuplot-info mailing list >>> gnu...@li... >>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> gnuplot-info mailing list >> gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> >> > > -- > View this message in context: http://old.nabble.com/Turning-Off-Red-Outline-in-Contour-Map--tp30524833p30534626.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |