8000 Showcase example: (kind of mandatory) Mandelbrot set by rougier · Pull Request #7447 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Showcase example: (kind of mandatory) Mandelbrot set #7447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 16, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added info about computation time
  • Loading branch information
rougier committed Nov 13, 2016
commit 68247ea4480116d69b871c07f8ad6b81e679f79e
4 changes: 2 additions & 2 deletions examples/showcase/mandelbrot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
associated with a power normalized colormap (gamma=0.3). Rendering can be
further enhanced thanks to shading.

The `maxiter` gives the precision of the computation. `maxiter=200` should take
a few seconds on most modern laptops.
The `maxiter` gives the precision of the computation. `maxiter=200` should
take a few seconds on most modern laptops.
"""
import numpy as np

Expand Down
0