Coder Social home page Coder Social logo

mandel-plot's Introduction

Mandel-Plot

Mandelbrot Plotter in Python 3

Project by David Ryan to plot the Mandelbrot set.

Run project using python3 src/run.py.

Set up virtualenv to run project

python3 -m venv ~/.virtualenvs/mandel-plot
source ~/.virtualenvs/mandel-plot/bin/activate

pip3 install numpy
pip3 install numba
pip3 install Pillow

pip3 list
deactivate

mandel-plot's People

Contributors

davidryan59 avatar

Watchers

James Cloos avatar  avatar  avatar

mandel-plot's Issues

More user modifiable colour palette

At the moment colour palette is periodic in 3 colours, by specifying a tuple such as

  • (R, G, B) = (19, 49, 103)

Are there more sophisticated / better ways of specifying a colour palette, that could easily be implemented in this project? List them here.

Arithmetic of higher precision

Ideas:

  • For low precision, could continue using floating point, since its fast.
  • For higher precision, need to use something like 'decimal' module.
  • Need to handle real and imaginary parts separately, since complex numbers aren't included in 'decimal' module.
  • Ought to set number of digits precision before going any further
    decimal.Decimal('0.1') etc
  • Calculate row and column values as Lists of Decimals
  • Pass these into an inner function to do the calculation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.