한국어 | English | 日本語
줄리아의 점도표에서 회귀직선을 넣는 법은 다음과 같이 옵션으로 smooth = true를 주는 것이다.
smooth = true
using Plots x = rand(100) scatter(x, 2x .+ 0.1randn(100), smooth = true) savefig("plot.svg")