I have the following issue. I generate some graphs using marginsplot and I save them in eps file. This is the code:
Code:
marginsplot, yline(0, lpattern(dash)) recast(line) recastci(rarea) ciopt(color(%20)) ylabel(-0.05(0.01)0.15, labsize(small)) xlabel(0(0.05)1, labsize(small))
Array
Then I export the graph in eps format, since I want to include it in a LaTex file. But then, transparency disappears. The graph looks like to following:
Array
Which is the reason for that? Does transparency works only for gph files? Thanks in advance.
0 Response to Exporting graphs in eps format
Post a Comment