我有一个交互式perl脚本,它使用mysql中的数据通过Chart :: Gnuplot包生成许多图。有时候图表大小超载的图表太多了。
我可以选择生成仅包含图例的gnuplot图像(无图形)。
答案 0 :(得分:3)
我不知道这是否会有所帮助,但是......
plot [0:1] [0:1] NaN title "Hello" #Just the label in the legend.
...或
plot sin(x),NaN title "Boo" #Plots sin(x) (properly labelled) and a second label "Boo"
当然,这仍然有边界和其他东西。您可以取消设置这些内容...... unset border
和unset tics