.. ----------------------------------------------------------------------------
.. _section-collections:

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

The ``glumpy.graphics.collections`` module offers dynamic collections of
objects.

* :any:`section-collection`           — Base
* :any:`section-collection-point`     — Points
* :any:`section-collection-marker`    — Markers
* :any:`section-collection-segment`   — Segments
* :any:`section-collection-path`      — Path
* :any:`section-collection-glyph`     — Glyphs
* :any:`section-collection-triangle`  — Triangles

    
.. ----------------------------------------------------------------------------
.. toctree::
   :hidden:

   collection
   collection-point
   collection-segment
   collection-marker
   collection-path
   collection-glyph
   collection-triangle

