<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 354: Filledcurves horizontal gradient from pallette</title><link href="https://sourceforge.net/p/gnuplot/feature-requests/354/" rel="alternate"/><link href="https://sourceforge.net/p/gnuplot/feature-requests/354/feed.atom" rel="self"/><id>https://sourceforge.net/p/gnuplot/feature-requests/354/</id><updated>2012-11-25T08:50:50Z</updated><subtitle>Recent changes to 354: Filledcurves horizontal gradient from pallette</subtitle><entry><title>Filledcurves horizontal gradient from pallette</title><link href="https://sourceforge.net/p/gnuplot/feature-requests/354/" rel="alternate"/><published>2012-11-25T08:50:50Z</published><updated>2012-11-25T08:50:50Z</updated><author><name>Alaric Taylor</name><uri>https://sourceforge.net/u/alarictaylor/</uri></author><id>https://sourceforge.net867a4ddf43276331a50baec02b039b266b63d340</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have been trying to change the fillstyle for the filledcurves option so that the fill colour represents the difference between the two curves on a 2-dimensional plot. I am thinking of this as an extension of the 'filledcurves above/below' option whereby instead of just having two colours representing above or below there is a colour range or palette.&lt;/p&gt;
&lt;p&gt;Here is an example of the plot I would like to make from a datafile using the above/below filled curve style &lt;a href="http://i.stack.imgur.com/RLlpU.png" rel="nofollow"&gt;http://i.stack.imgur.com/RLlpU.png&lt;/a&gt; A colourbar representing the y-difference between the two curves would be very useful - an example plot of a filledcurve with a color map is attached.&lt;/p&gt;
&lt;p&gt;I have tried to do this by adding a fourth column to the using command i.e.&lt;/p&gt;
&lt;p&gt;plot 'data.txt' using 1:2:3:($3-$2) with filledcurves fs palette&lt;/p&gt;
&lt;p&gt;but the filledcurves does not appear to accept the fourth column... I have also considered trying rgb variable but this doesn't seem to work either.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>