.. _sample_scripts: Sample Scripts ============== A good way to learn to use py_gd is to check out a few example scripts. Ultra Simple: The very simplest example: :download:`ultra_simple.py ` .. image:: examples/ultra_simple.png :width: 200 :align: center Mandlebrot: A script to draw a Mandelbrot set by setting individual pixels: :download:`examples/mandelbrot.py` .. image:: examples/Mandelbrot.png :width: 400 :align: center moderate_complex.png A pretty picture: A script to draw a Mandelbrot set by setting individual pixels: :download:`examples/moderate_complex.py` .. image:: examples/moderate_complex.png :width: 400 :align: center