maybe with 'filledcurves'?
a simple example:
plot.dat:
1 2
2 4
3 2
4 5
5 3
and the plot command:
plot 'plot.dat' us 1:($2*1.9):($2*0.1) w filledcu lt rgb "#eeeeff", \
'' us 1:($2*1.8):($2*0.2) w filledcu lt rgb "#ddddff", \
'' us 1:($2*1.7):($2*0.3) w filledcu lt rgb "#ccccff", \
'' us 1:($2*1.6):($2*0.4) w filledcu lt rgb "#bbbbff", \
'' us 1:($2*1.5):($2*0.5) w filledcu lt rgb "#aaaaff", \
'' us 1:($2*1.4):($2*0.6) w filledcu lt rgb "#9999ff", \
'' us 1:($2*1.3):($2*0.7) w filledcu lt rgb "#8888ff", \
'' us 1:($2*1.2):($2*0.8) w filledcu lt rgb "#7777ff", \
'' us 1:($2*1.1):($2*0.9) w filledcu lt rgb "#6666ff", \
'' w lp lt -1
rbessa wrote:
>
> How I can build this figure in gnuplot?
> http://www.nabble.com/file/p21394564/Sem%2Bt%25C3%25ADtulo.jpg
>
>
--
View this message in context: http://www.nabble.com/Uncertainty-representation-tp21394564p21412991.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|