| Home | Trees | Index | Help |
|---|
| Package dataplot :: Module plotmodels |
|
Auto-define and -update mechanism for django-dataplot images.
Comment out this line in your models.py: # from django.db import models
Then add: from dataplot import plotmodels as models| Classes | |
|---|---|
Dataplot |
Parsing logic for dataplot autoconfig tuples. |
Model |
Enables figure autosave with Django-dataplot. |
ModelBase |
Extend ModelBase to initialize dataplots. |
| Exceptions | |
|---|---|
DataplotImproperlyConfigured |
|
| Function Summary | |
|---|---|
call_if_possible(i)
| |
To be curried and used as a method for plotting. | |
Look for dataplots in attributes, and remake them. | |
| Variable Summary | |
|---|---|
SRE_Pattern |
UNSAFE_FILE_CHARS = [^a-zA-Z0-9]
|
| Function Details |
|---|
get_plot_args(self, kwargs)To be curried and used as a method for plotting. |
make_plots(x, force)Look for dataplots in attributes, and remake them. |
| Variable Details |
|---|
UNSAFE_FILE_CHARS
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Apr 29 23:35:17 2008 | http://epydoc.sf.net |