.. _ex_plots: How to use build-in plots **tikzpy.plots** ****************************************** Examples of how to use the shape objects :ref:`tikzpy.plots `. Plot racimes 1 - Draws a racime plot ------------------------------------ .. _ex_plots_racime_1: The build-in plot draws a racime plot. .. image:: test_plots_racime_1.tikz.png :width: 500px :align: center Drawing created with the following tikzpy code: .. literalinclude:: /_examples/tikzpy_plots/test_plots_racime_1.py :linenos: :language: python Plot racimes 2 - Scatter propagation plot ----------------------------------------- .. _ex_plots_racime_2: The build-in plot draws a racime plot. .. image:: test_plots_racime_2.tikz.png :width: 500px :align: center Drawing created with the following tikzpy code: .. literalinclude:: /_examples/tikzpy_plots/test_plots_racime_2.py :linenos: :language: python Plot Vertical bars plot 1 ------------------------- .. _ex_plots_bars_vertical_1: The build-in plot draws a vertical bars plot. .. image:: test_plots_bars_vertical_1.tikz.png :width: 500px :align: center Drawing created with the following tikzpy code: .. literalinclude:: /_examples/tikzpy_plots/test_plots_bars_vertical_1.py :linenos: :language: python Plot Vertical bars plot 2 ------------------------- .. _ex_plots_bars_vertical_2: The build-in plot draws a vertical bars plot. .. image:: test_plots_bars_vertical_2.tikz.png :width: 500px :align: center Drawing created with the following tikzpy code: .. literalinclude:: /_examples/tikzpy_plots/test_plots_bars_vertical_2.py :linenos: :language: python Plot Vertical arrow plot 1 -------------------------- .. _ex_plots_arrow_vertical_1: The build-in plot draws a vertical arrow plot. .. image:: test_plots_arrow_vertical_1.tikz.png :width: 500px :align: center Drawing created with the following tikzpy code: .. literalinclude:: /_examples/tikzpy_plots/test_plots_arrow_vertical_1.py :linenos: :language: python