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)

Bases: graph.SpaceRepetitionBasePlotClass

class graph.ErrorPlotFromEpoch(*data, **kwargs)

Bases: graph.SpaceRepetitionBasePlotClass

class graph.ErrorPlotFromZero(*data, **kwargs)

Bases: graph.SpaceRepetitionBasePlotClass

class graph.PlotPaneData(*args, **kwargs)

Bases: object

close()
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)

Bases: graph.SpaceRepetitionBasePlotClass

class graph.SpaceRepetitionPlotDaysFromEpoch(*data, **kwargs)

Bases: graph.SpaceRepetitionBasePlotClass

class graph.SpaceRepetitionPlotDaysFromZero(*data, **kwargs)

Bases: graph.SpaceRepetitionBasePlotClass