开发者

why the '.pdf' figure produced by gnuplot is large than matlab?

开发者 https://www.devze.com 2023-03-06 10:01 出处:网络
I used gnuplot to plot a stacked bar figure, the produced .pdf file is 50k. But the figure produced by matlab is 1-9k usually.

I used gnuplot to plot a stacked bar figure, the produced .pdf file is 50k. But the figure produced by matlab is 1-9k usually.

When I inserted the gnuplot-produced pdf figure in latex (pdflatex), and open the paper, the figure seems need re-produced (the stacked columns show one by one).

here is the command

----+

set style histogram rowstacked#errorbars gap 1 lw 3#c开发者_如何学Pythonlustered

set style data histograms

set bar

set term postscript eps color "Helvetica" 24

set output "file.eps"

plot

---+

the size of the output 'file.eps' is 26k. the size of 'file.pdf' produced by epstopdf is 65k.

Thank you.

0

精彩评论

暂无评论...
验证码 换一张
取 消