- set terminal postscript solid linewidth 2 font "Helvetica, 16"
- set style fill pattern 1 border lt -1
- set xlabel "Probing Rate (Gbps)" font "Helvetica,20"
- set ylabel "Estimation Error Rate (%)" font "Helvetica, 20"
- set output "n320_nobass.ps"
- num_of_categories=3
- set boxwidth 0.3/num_of_categories
- offset=-0.1
- dx=0.3/num_of_categories
- plot 'n320.dat' using ($1+offset):3 title "PRC-MT" with boxes, 'n320.dat' using ($1+offset+dx):($4+$5) title "IMR-AVG Ambiguity" with boxes, 'n320.dat' using ($1+offset+dx):4 title "IMR-AVG" with boxes, 'n320.dat' using ($1+offset+dx+dx):($6+$7) title "IMR-Wavelet Ambiguity" with boxes, 'n320.dat' using ($1+offset+dx+dx):6 title "IMR-Wavelet" with boxes
-
-
Matlab 绘制 clustered rowstacked bar plot
最新推荐文章于 2025-03-22 00:50:18 发布