Even though it's July, the rainy season hasn't ended yet.
7月なのに、まだ梅雨が終わらない。
Even though it's July, the rainy season hasn't ended yet.
7月なのに、まだ梅雨が終わらない。
I am developing a program to change the density of points. This time, I created a program that distributes points in a ring shape on the polar coordinates.
(点が分布するプログラムを開発しています。今回は極座標上でリング状に分布 するプログラムです。)
(1) Uniform distribution on rectangular coordinates and uniform distribution on polar coordinates. (一様分布の直交座標、極座標上の分布の違い。)
(1a) On rectangular coordinates. (直交座標上の一様分布)
10,000points 3px
(1b) On polar coordinates. (極座標上の一様分布。中心に集まっている。)
10,000points 3px
(2) Ring-shape distributions (リング状の分布)
(2a) Triangular distribution. (三角分布)
10,000points 2px
Outside 150px Center 250px Inside 360Px
(2b) Gaussian distribution. (ガウス分布)
10,000points 3px width(σ) 50px
(2c) Lorentzian distribution (ローレンツ分布)
10,000points 3px width(γ) 30px
(2d) Lorentzian distribution (ローレンツ分布)
10,000points 1px width(γ) 4px
(2c) Exponential distribution (指数分布)
10,000points 3px width(µ) 200ps
I am currently developing a program to change the density of points. I created this program from theoretical calculation of triangular distribution.
This time, it is a product that reduces the density of points to the inside of a circle or square.
点の濃度が変化するプログラムを開発しています。三角分布の理論計算をしてプログラムを作りました。
今回は、円や四角の内側に向かって濃度が減少するものを作りました。あともう少しです。
![]() |
| 50,000 points, 3px. |
I made a program using Python to change the density of the points.
This program allows to mix different colors.
My new tool!! But still in development.
わたしは点の濃度を変えるプログラムをパイソンを使って作ってみました。このプログラムでは色々な色をミックスすることができます。わたしの新しいツールです。だけど、まだ、開発途中!!
Some examples using program. (プログロムを使った例)
Uniform-random distribution(一様分布)
![]() |
| 100,000 points 1px |
![]() |
| 100,000 points 2px |
Triangular distribution (三角分布)
I programmed it to make squares as well. 四角形も作れます。
![]() |
| 30,000 points 3px |
![]() |
| 25,000 points 2px |
Gaussian distribution (ガウス分布または正規分布)
![]() |
| 50,000 points 3px |