Inheritance diagram for dataplot::plotmodels::Model:
Public Member Functions | |
def | __init__ |
def | save |
def | save_plots |
def | make_model_plots |
def | make_manager_plots |
Enables figure autosave with Django-dataplot. All attributes of this model which are instances of dataplot.GenericPlot will be resaved.
Definition at line 89 of file plotmodels.py.
|
Definition at line 93 of file plotmodels.py. |
|
Try to remake plots related to this model's manager. Definition at line 127 of file plotmodels.py. |
|
Try to remake plots related to this model. Definition at line 120 of file plotmodels.py. |
|
Save method which allows for maximum configurability. On a model with no custom save method, we will call django's save first, then try to make plots for this object. On a model with a custom save method, you should call make_plots and Model.save yourself, depending on when it is appropriate in terms of your data processing. Reimplemented in dataplot::soccer::models::Team. Definition at line 100 of file plotmodels.py. |
|
Definition at line 115 of file plotmodels.py. |