![]() |
Julia's Clock
|
Module for creating the parameteric curve that takes the path of a spiral in the complex plane. More...
Public Member Functions | |
def | __init__ (self, resolution_in_time) |
def | getValues (self) |
Functions used to get all the points which ly on the curve. | |
def | show_plot (self, cmap) |
Function used to plot the curve and show the output to the user using a distinct color mapping. More... | |
Public Attributes | |
time | |
Module for creating the parameteric curve that takes the path of a spiral in the complex plane.
transcibe this to the complex plains using identities
find those identities
def EulersSpiral.EulersSpiral.show_plot | ( | self, | |
cmap | |||
) |
Function used to plot the curve and show the output to the user using a distinct color mapping.
cmap | is the colormapping supported my matplotlib |