Sometimes I have to write stuff so I won't forget how to do it. This is one of those times. In my recent post on the angular size of a soccer goal, I created a contour plot. Despite what you might ...
x = np.random.normal(loc=0, scale=1, size=10000) # x축 데이터: 정규 분포 y = np.random.normal(loc=0, scale=1, size=10000) # y축 데이터: 정규 분포 ...