Poster GeneratorΒΆ


from Factorization import *

factorisation=Factorization()
factorisation.draw_factor_poster(list(range(1,129)),"prime_factors",10)

Out:

'done'
../_images/poster.png

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

Gallery generated by Sphinx-Gallery