.. _ex_labels: How to use the labels object **tikzpy.lbl** ******************************************* Examples of how to use the labels object **tikzpy.lbl**. Example 1 - Add labels to shapes and active or hide labels ---------------------------------------------------------- .. _ex_labels_ex1: See the following example: .. image:: test_labels_01_add.tikz.png :width: 500px :align: center Drawing created with the following tikzpy code: .. literalinclude:: /_examples/tikzpy_labels/test_labels_01_add.py :linenos: :language: python Example 2 - Add labels to shapes and active or hide labels. Treat them as groups. --------------------------------------------------------------------------------- .. _ex_labels_ex2: See the following example: .. image:: test_labels_02_add.tikz.png :width: 500px :align: center Drawing created with the following tikzpy code: .. literalinclude:: /_examples/tikzpy_labels/test_labels_02_add.py :linenos: :language: python