2

私はpngにプロットを書いています。プロットは画面上では問題なく表示されますが、PNG で表示するとランダムな縦線が表示されます。

その他の注意事項 -

  1. 私は Windows 7 を使用していますが、「cairo-png」アウトプッターを使用しています。「Windows」アウトプッターに切り替えると、線は消えますが、背景は透明ではなくなります。
  2. PNG のサイズを変更すると、線が表示される場所が変わります。

RStudio PNG エクスポートから PNG ソース からの RStudio PNG エクスポート から:ソースからの PNG


特定のコード:

png(file="RetirementRiskRecommendation.png", w=800,h=500,units="px",bg="transparent",family="Lato",type="cairo-png")
    par(mar=c(5,7.1,3,7.1),bty="n")
    barplot(t(as.matrix(other_aa[,-1])),space=0,border=NA,
            width=2,beside=FALSE,col=bmt_cols[c(1,8)],axes=FALSE,names.arg=rep("",length(other_times)))
    axis(1,at=xats,labels=xlabs,cex.axis=axis.cexer,las=1)
    axis(2,at=yats,labels=ylabs,cex.axis=axis.cexer,las=1)
    axis(4,at=yats,labels=ylabs,cex.axis=axis.cexer,las=1)
    #text(42,390000,label="Retirement (much more)",las=1,cex=text.cexer,pos=4,col=goal_cols[2])
    title(xlab="Time until goal",las=1,cex.lab=legend.cexer)
    title(main="General goal asset allocation over time",cex.main=legend.cexer, bty="n",col.main=bmt_cols[1],family="Lato")
    dev.off()

4

0 に答える 0