.. _collection-point.py: https://github.com/glumpy/glumpy/blob/master/examples/collection-point.py
.. _collection-segment.py: https://github.com/glumpy/glumpy/blob/master/examples/collection-segment.py
.. _collection-path.py: https://github.com/glumpy/glumpy/blob/master/examples/collection-path.py
.. _collection-glyph.py: https://github.com/glumpy/glumpy/blob/master/examples/collection-glyph.py
.. _collection-markers.py: https://github.com/glumpy/glumpy/blob/master/examples/collection-markers.py
.. _collection-triangles.py: https://github.com/glumpy/glumpy/blob/master/examples/collection-triangles.py
.. _collection-update.py: https://github.com/glumpy/glumpy/blob/master/examples/collection-update.py

.. ----------------------------------------------------------------------------
.. _section-examples-collection:

===========
Collections
===========

* collection-point.py_
    This examples show a growing collection (up to 100000) of random colored
    antialiased points.
  
* collection-segment.py_
    This examples show antialiased line segments with (float) thickness varying
    from 1 to 8 pixels.
  
* collection-path.py_
    This examples shows 2500 antialiased stars with proper line joins.

* collection-glyph.py_
    This examples displays a text in 3D (use mouse to manipulate)
    
* collection-markers.py_
    This examples displays a shrinking collection of hearts. When the
    collection is empty, the program exits.
  
* collection-triangles.py_
    This examples uses two collection (path and triangles) to display filled
    stars.
  
* collection-update.py_
    This examples uses a custom collection to display 320 signals of 1000 point
    each. Each signal can be zoomed individually using the mouse.
