Skip to content

mimisukeMaster/mandelbrot-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-visualizer

description

pythonのmatplotlibを使い、マンデルブロ集合を可視化するプログラムです。matplotlibウィンドウ上で拡大操作を行うと、その範囲で計算が行われ再描画されます。

requirements

自機の環境

python==3.11.7
numpy==2.2.2
matplotlib==3.10.0
joblib==1.4.2  

directory

mandelbrot.py

メインのスクリプトです。matplotlibでマンデルブロ集合を描画し、拡大操作が行えます。

author

みみすけ名人

license

mandelbrot-visualizer is under MIT license.

Releases

No releases published

Packages

No packages published

Languages