<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to add a blank part on slot graph</title><link>https://sourceforge.net/p/gnuplot/discussion/5925/thread/96ca05697b/</link><description>Recent posts to add a blank part on slot graph</description><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5925/thread/96ca05697b/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Apr 2022 12:52:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5925/thread/96ca05697b/feed.rss" rel="self" type="application/rss+xml"/><item><title>add a blank part on slot graph</title><link>https://sourceforge.net/p/gnuplot/discussion/5925/thread/96ca05697b/?limit=25#34d2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have the following splot graph with color bar :&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;set term png enhanced font ",15" size 1000,361
set title 'test'
set yr [0:10]
set output 'test.png'
set pm3d
set pm3d map interpolate 10,4
unset key
# jet colormap
set palette defined ( 0 0 0 0.5647, 0.125 0 0.05882 1, 0.25 0 0.5647 1,          \
0.375 0.05882 1 0.9333, 0.5 0.5647 1 0.4392, 0.625 1 0.9333 0, 0.75 1 0.4392 0,          \
0.875 0.9333 0 0, 1 0.498 0 0)
set cbrange [0:1]
set contour base
set cntrparam levels discrete 0
set cntrlabel onecolor
set cntrparam bspline
splot 'test.dat' u 1:2:3 lt 3 lc rgb "#ffffff" lw 2
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;which gives the graph in attachments.&lt;/p&gt;
&lt;p&gt;My values are between 0 and 1 on almost all the graph. For the red square at the bottom center I have very hight values. I want this square in whrite but I want to keep the same color bar from to 0 to 1 with the same color, blue to red, without the whrite and the hight value. &lt;/p&gt;
&lt;p&gt;I tried without the values but gnuplot doesn't work with missing values.&lt;/p&gt;
&lt;p&gt;I tried to add write for this big values in the colors but I want the color bar from 0 to 1 without write so it doesn't work well.&lt;/p&gt;
&lt;p&gt;I tried to add a plot on the graph with :&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;plot 'blank.dat' u 1:2 w filledcurves 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;to hide the square but I don't succed to mix plot and splot for the same graph.&lt;/p&gt;
&lt;p&gt;I tried the same method with splot :&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;splot 'blank.dat' u 1:2:(0) w filledcurves 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;but this doesn't work too, the results are totally wrong. &lt;/p&gt;
&lt;p&gt;Can someone help me to have the resultat that I want please ? Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">destineos</dc:creator><pubDate>Wed, 13 Apr 2022 12:52:51 -0000</pubDate><guid>https://sourceforge.net4089e88f0a826d54fc4cb4c79beeeb96efa5f667</guid></item></channel></rss>