pythonのmatplotlibを使い、マンデルブロ集合を可視化するプログラムです。matplotlibウィンドウ上で拡大操作を行うと、その範囲で計算が行われ再描画されます。
自機の環境
python==3.11.7
numpy==2.2.2
matplotlib==3.10.0
joblib==1.4.2
メインのスクリプトです。matplotlib
でマンデルブロ集合を描画し、拡大操作が行えます。
みみすけ名人
mandelbrot-visualizer is under MIT license.