こんにちは. Hello!
特定の環境に依存しないように気をつけていますが,不都合がございましたらお知らせください.
ELEMENT: point(position(TOEIC_Listening*scores), label(c1))を
ELEMENT: point(position(TOEIC_Listening*scores), label(c1), transparency.exterior(transparency."1"))にしてラベルを見えなくする。 point を point.jitter に置き換えるとジッタが加わる。
plot( jitter(sourceA$F1, 4), # x軸にF1,4は揺れ具合 jitter(sourceA$F2, 4), # y軸にF2 # xlab="F1", ylab="F2", # 軸ラベル axes=F , xlab="", ylab="", # 重ね描くので1回目は軸を消す xlim=c(200,1000), ylim=c(1000,3000), pch = "A", # ラベル cex = 1, # マーカの大きさ(標準は1) )
Sub cr() ' cr Macro Selection.TypeParagraph End Sub Sub del() ' del Macro Selection.Delete Unit:=wdCharacter, Count:=1 End Sub Sub bs() ' bs Macro Selection.TypeBackspace End Sub Sub delline() ' delline Macro Selection.HomeKey Unit:=wdLine Selection.MoveDown Unit:=wdLine, Count:=1, Extend:=wdExtend Selection.Delete Unit:=wdCharacter, Count:=1 End Sub