Julia's Clock
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
JuliasClock.JuliasClock Class Reference

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...
 

Detailed Description

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.

Note
currently is limitted to a linux environment running gnome

Member Data Documentation

◆ colors

dictionary JuliasClock.JuliasClock.colors
static
Initial value:
= {
0 : 'gist_gray_r',
1 : 'coolwarm_r',
2 : 'Wistia_r',
3 : 'gist_gray',
4 : 'Greys',
5 : 'prism',
6 : 'ocean',
7 : 'Accent',
8 : 'nipy_spectral_r',
9 : 'Purples',
10 : 'Reds',
11 : 'Oranges',
12 : 'YlGn_r',
13 : 'YlOrRd_r',
14 : 'Greens',
15 : 'BuGn',
16 : 'GnBu',
17 : 'Blues',
18 : 'gist_stern_r',
19 : 'gist_yarg_r',
20 : 'gist_rainbow_r',
21 : 'gist_earth_r',
22 : 'Pastel2_r',
23 : 'winter_r',
}

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

Note
this is easily modifiable in order to make it your own

The documentation for this class was generated from the following file: