| Home | Trees | Index | Help |
|---|
|
dataplot: Make data-driven plots on the web using your Django data.
bike
matplotlib
models: Record of bike trips for data analysis.
R
urls
views
matplotlib
plotmodels: Auto-define and -update mechanism for django-dataplot images.
python
R: Plots using R base graphics code and the rpy backend.
shellscript: Shell script plots make images via command line programs.
soccer
__builtin__.object:
The most base type
__builtin__.dict:
dict() -> new empty dictionary.
dataplot.plotmodels.Dataplot:
Parsing logic for dataplot autoconfig tuples.
dataplot.GenericPlot:
Singular representation of a plot for the web.
dataplot.R.Plot:
R plot for the web.
dataplot.R.barplot:
Standard boring barplot.
dataplot.R.Histogram:
generic histogram for showing a univariate distribution.
dataplot.R.multi_time_series:
Multiple time series superimposed for comparison.
dataplot.R.NormalQQPlot:
Use to see if univariate data are approximately normal.
dataplot.R.Scatter:
Simple x-y scatterplot.
dataplot.R.SquareScatter
dataplot.R.CorrScatter:
Scatterplot used to judge correlation between 2 variables.
dataplot.bike.R.ThereAndBackPlot
dataplot.R.TimeSeries:
Simple cumulative time series.
dataplot.matplotlib.Plot:
Matplotlib plot.
dataplot.matplotlib.Scatter:
Simple matplotlib scatterplot.
dataplot.python.Plot:
Make a plot using some python function.
dataplot.shellscript.Plot:
Make plots through the filesystem and command line programs.
django.oldforms.Manipulator
django.db.models.manipulators.AutomaticManipulator
django.db.models.manipulators.AutomaticAddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AddManipulator
django.db.models.manipulators.AutomaticChangeManipulator
django.db.models.manipulators.ChangeManipulator
django.db.models.manipulators.ChangeManipulator
django.db.models.manipulators.ChangeManipulator
django.db.models.manipulators.ChangeManipulator
django.db.models.manipulators.ChangeManipulator
django.db.models.manipulators.ChangeManipulator
django.db.models.manipulators.ChangeManipulator
django.db.models.manipulators.ChangeManipulator
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
django.db.models.base.ModelBase:
Metaclass for all models
dataplot.plotmodels.ModelBase:
Extend ModelBase to initialize dataplots.
django.db.models.manager.Manager
dataplot.soccer.models.GameManager
dataplot.soccer.models.PlayerManager:
Adds plotting methods.
dataplot.bike.models.RideManager:
Used for making global ride plots and importing data.
django.db.models.base.Model
dataplot.plotmodels.Model:
Enables figure autosave with Django-dataplot.
dataplot.bike.models.Bike:
Parameters of bike -- different bikes may be different speeds.
dataplot.soccer.models.Game:
Game(id, date, hi_score, lo_score, differential)
dataplot.bike.models.Location:
Origin or destination of a bike ride.
dataplot.soccer.models.Player:
Player(id, name, goals_per_game, team_goals_per_game,
goals_allowed_per_game, differential, games, wins, win_percent)
dataplot.bike.models.Ride:
Ride and associated statistics.
dataplot.soccer.models.Score:
Score(id, player_id, team_id, goals, own_goals)
dataplot.soccer.models.Team:
Team(id, name, game_id, goals, own_goals, points, won, tied,
players)
exceptions.Exception:
Common base class for all exceptions.
django.core.exceptions.MultipleObjectsReturned:
The query returned multiple objects when only one was expected.
django.db.models.base.MultipleObjectsReturned
django.db.models.base.MultipleObjectsReturned
django.db.models.base.MultipleObjectsReturned
django.db.models.base.MultipleObjectsReturned
django.db.models.base.MultipleObjectsReturned
django.db.models.base.MultipleObjectsReturned
django.db.models.base.MultipleObjectsReturned
django.db.models.base.MultipleObjectsReturned
django.core.exceptions.ObjectDoesNotExist:
The requested object does not exist
dataplot.PlotError
rpy.RException
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Apr 29 23:35:17 2008 | http://epydoc.sf.net |