gnuplot:增加fillstyle模式的线宽

时间:2019-01-28 12:39:33

标签: gnuplot histogram fill

我有一个脚本可以制作以下直方图

enter image description here

绘图命令类似

Set<ModuleRef>

如果我增加plot newhistogram, "size_class_data/tree_gigante.txt" using 2 lc rgb data_color title "Field data",\ newhistogram at 0.33-boxwidth/2, '' using 3:xticlabel(1) lc rgb early_color title "Early successional",\ '' using 4 lc rgb mid_color title "Mid successional",\ '' using 5 lc rgb late_color title "Late successional",\ newhistogram at 0.66-boxwidth, '' using 6 fs pattern 2 lt -1 lc rgb early_color lw 2 title "Early successional (No liana)",\ '' using 7 fs pattern 2 lt -1 lc rgb mid_color lw 2 title "Mid successional (No liana)",\ '' using 8 fs pattern 2 lt -1 lc rgb late_color lw 2 title "Late successional (No liana)" ,则条形边框的厚度会发生变化。有没有办法增加图案线的粗细,因为很难看到填充的颜色。

在另一个post中,有一个MRE用于非常相似的情况。

0 个答案:

没有答案