graph module¶
graph
The graph module provides the graphing features needed by the spaced
package. It mainly acts as a wrapper for matplotlib.
The graph
module provides a lot of features which can be read about in the
full spaced-package documentation.
-
class
graph.
ErrorPlot
(*data, **kwargs)¶
-
class
graph.
ErrorPlotFromEpoch
(*data, **kwargs)¶
-
class
graph.
ErrorPlotFromZero
(*data, **kwargs)¶
-
class
graph.
SpaceRepetitionBasePlotClass
(*data, **kwargs)¶ Bases:
object
-
close
()¶
-
days_from_epoch
(time)¶
-
days_to_time
(epoch, days)¶
-
get_time_series_function
()¶
-
show
()¶
-
-
class
graph.
SpaceRepetitionPlot
(*data, **kwargs)¶
-
class
graph.
SpaceRepetitionPlotDaysFromEpoch
(*data, **kwargs)¶
-
class
graph.
SpaceRepetitionPlotDaysFromZero
(*data, **kwargs)¶