![]() |
Julia's Clock
|
Julia's Clock is a class defined for creating a clock which in generated from a discrete sample of julia sets calculated from points on the unit circle drawn in the complex plane. More...
Public Member Functions | |
def | __init__ (self, time_steps=60) |
Constructor. | |
def | jpgs_already_exist (self, path) |
Check if the jpgs which the clock is created from is already install or if they need to be compiled. | |
def | get_time (self) |
Useless function but too lazy to delete. | |
def | start_clock (self) |
Start and instance of the clock program. | |
Public Attributes | |
julia | |
Static Public Attributes | |
dictionary | colors |
colors is a dictionary of color mappings provided by the matplotlib library. More... | |
Julia's Clock is a class defined for creating a clock which in generated from a discrete sample of julia sets calculated from points on the unit circle drawn in the complex plane.
|
static |
colors is a dictionary of color mappings provided by the matplotlib library.
each color maps to a different hour on the clock
afmhot, autumn, bone, binary, bwr, brg, CMRmap, cool, copper, cubehelix, flag, gnuplot, gnuplot2, gray, hot, hsv, jet, ocean, pink, prism, rainbow, seismic, spring, summer, terrain, winter, nipy_spectral, spectral, Accent, Blues, BrBG, BuGn, BuPu, Dark2, GnBu, Greens, Greys, Oranges, OrRd, Paired, Pastel1, Pastel2, PiYG, PRGn, PuBu, PuBuGn, PuOr, PuRd, Purples, RdBu, RdGy, RdPu,
RdYlBu, RdYlGn, Reds, Set1, Set2, Set3, Spectral, YlGn, YlGnBu, YlOrBr, YlOrRd, gist_earth, gist_gray, gist_heat, gist_ncar, gist_rainbow, gist_stern, gist_yarg, coolwarm, Wistia, afmhot_r, autumn_r, bone_r, binary_r, bwr_r, brg_r, CMRmap_r, cool_r, copper_r, cubehelix_r, flag_r, gnuplot_r, gnuplot2_r, gray_r, hot_r, hsv_r, jet_r, ocean_r, pink_r, prism_r, rainbow_r, seismic_r, spring_r, summer_r, terrain_r, winter_r, nipy_spectral_r, spectral_r, Accent_r, Blues_r, BrBG_r, BuGn_r, BuPu_r, Dark2_r, GnBu_r, Greens_r, Greys_r, Oranges_r, OrRd_r, Paired_r, Pastel1_r, Pastel2_r, PiYG_r, PRGn_r, PuBu_r, PuBuGn_r, PuOr_r, PuRd_r, Purples_r, RdBu_r, RdGy_r, RdPu_r, RdYlBu_r, RdYlGn_r, Reds_r, Set1_r, Set2_r, Set3_r, Spectral_r, YlGn_r, YlGnBu_r, YlOrBr_r, YlOrRd_r, gist_earth_r, gist_gray_r, gist_heat_r, gist_ncar_r, gist_rainbow_r, gist_stern_r, gist_yarg_r, coolwarm_r, Wistia_r