gnuplot盒子上的垂直梯度取决于值吗? [英] Gnuplot vertical gradient on boxes depending of a value?

查看:72
本文介绍了gnuplot盒子上的垂直梯度取决于值吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在gnuplot中有可能吗?

Is this possible in gnuplot?

看起来越有活力,颜色越坚硬.

How more energie how harder the color, look the example.

plot for [i=1:16] file u 1:($10/i):((i*2)*1048576) w boxes lc rgb variable notitle.

这就是我现在拥有的,这可能吗?第一个示例是Excel图形.

This is what I have now, this might be a possibility? The first example was an Excel graph.

推荐答案

最后,我对我来说是完美的,并且. .我认为这是一个很好的解决方案.
首先是情节,然后是相应的脚本.

Finaly i have for me the perfect, and . . i think a very nice solution.
First the plot and after that the correspondenting script.

The highlights are;    
maks = STATS_max_y  
min  = STATS_max_x  
afgenomen = gebruikt-zon  

set palette defined (-(min) "#D30000", 0 "#00F000", .1 "#FFF900", (maks) "#FF0700")

plot for [i=51:1:-1] file u 1:(($10/51)*i):(($10/51)*i) w boxes lc palette  notitle,\
                     file u 1:10 w boxes fill empty  notitle,\

对于我在网站上看到的所有示例: http://ccvd.eu/Energie. html

For all the examples that i have made look on my site: http://ccvd.eu/Energie.html

这篇关于gnuplot盒子上的垂直梯度取决于值吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆