
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "auto_examples\plot_diagram_poster.py"
.. LINE NUMBERS ARE GIVEN BELOW.

.. only:: html

    .. note::
        :class: sphx-glr-download-link-note

        Click :ref:`here <sphx_glr_download_auto_examples_plot_diagram_poster.py>`
        to download the full example code

.. rst-class:: sphx-glr-example-title

.. _sphx_glr_auto_examples_plot_diagram_poster.py:


Poster Generator
=========================

.. GENERATED FROM PYTHON SOURCE LINES 6-10






|

.. code-block:: default


    from Factorization import *

    factorisation=Factorization()
    factorisation.draw_factor_poster(list(range(1,129)),"prime_factors",10)
    
.. rst-class:: sphx-glr-script-out

 Out:

 .. code-block:: none


    'done'
.. image:: 
   images/poster.png
   :width: 400
   :align: center

.. rst-class:: sphx-glr-timing

   **Total running time of the script:** ( 1 minutes  15.344 seconds)


.. _sphx_glr_download_auto_examples_plot_diagram_poster.py:


.. only :: html

 .. container:: sphx-glr-footer
    :class: sphx-glr-footer-example



  .. container:: sphx-glr-download sphx-glr-download-python

     :download:`Download Python source code: plot_diagram_poster.py <plot_diagram_poster.py>`



  .. container:: sphx-glr-download sphx-glr-download-jupyter

     :download:`Download Jupyter notebook: plot_diagram_poster.ipynb <plot_diagram_poster.ipynb>`


.. only:: html

 .. rst-class:: sphx-glr-signature

    `Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_
