Animation using 4D simplex noise

Hello,

I?ve made a remake (using matplotlib of course) of a beautiful animation by https://necessarydisorder.wordpress.com/ (using simplex 4D noise). Just wanted to share the code and the resulting animation:

https://github.com/rougier/alien-life

Nicolas

Nicolas,

As usual, very pleasant to the eye and neat stuff. Thank you for sharing
it :).

Best,
Adrien

···

On 11/28/2017 09:08 AM, Nicolas Rougier wrote:

Hello,

I?ve made a remake (using matplotlib of course) of a beautiful animation by https://necessarydisorder.wordpress.com/ (using simplex 4D noise). Just wanted to share the code and the resulting animation:

GitHub - rougier/alien-life: Remake of necessary disorrder beautiful animation

Nicolas
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

This makes me wish I could ?like? an e-mail.

···

On Tue, Nov 28, 2017 at 12:09 PM Nicolas Rougier <Nicolas.Rougier at inria.fr> wrote:

Hello,

I?ve made a remake (using matplotlib of course) of a beautiful animation
by https://necessarydisorder.wordpress.com/ (using simplex 4D noise).
Just wanted to share the code and the resulting animation:

GitHub - rougier/alien-life: Remake of necessary disorrder beautiful animation

Nicolas
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171129/9b0a76f4/attachment.html&gt;

hii
for the book iwrite i need fonts in size 10
i put this size to the fonts and the exported picture, when included in my TeXmacs document without changing the size, present fonts that fits approximatively to this size of 10
but my pictures are really to big ; if i reduce them (they are png) then of course the fonts are reduced also
i have been searching on internet since 2 days, looking for the right instruction to fix the size of the picture
i did not find my answer here :
https://stackoverflow.com/questions/8775622/exact-figure-size-in-matplotlib-with-title-axis-labels
here the topic seemed to be mine :
http://scipy-cookbook.readthedocs.io/items/Matplotlib_AdjustingImageSize.html
but this code, just copy-pasted from this link :
import pylab
F = pylab.gcf()
F.set_figsize_inches( (DefaultSize[0]*2, DefaultSize[1]*2) )
gave this message :
AttributeError: 'Figure' object has no attribute 'set_figsize_inches'

of course i can fix the font to some random value say 24 and reduce the picture to a random % and, by trials and approximations, find the right size and the right % so that the text in my pictures seem to be 10

i'm sure it must exist a more satisfying way but can not find it

i am just missing this point to start working

thanks if you have ideas.
        ???
                  Vincent Douce
               :=: Mathoscope :=:
             http://mathoscope.xyz/>
                 06?13?11?07?26
          Bagn?res de Bigorre 65200
-------------- next part --------------
An HTML attachment was scrubbed…
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171130/bb5f7c27/attachment.html>