Menu

[r124]: / trunk / docs / htdocs / epydoc / private / trees.html  Maximize  Restore  History

Download this file

238 lines (232 with data), 16.4 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Module and Class Hierarchies</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="dataplot-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[show&nbsp;private&nbsp;|&nbsp;<a href="../public/trees.html">hide&nbsp;private</a>]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="trees.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF MODULE HIERARCHY =========== -->
<h2>Module Hierarchy</h2>
<ul>
<li> <b><a href="dataplot-module.html"><code>dataplot</code></a></b>: <i>Make data-driven plots on the web using your Django data.</i>
<ul>
<li> <b><a href="dataplot.bike-module.html"><code>bike</code></a></b>
<ul>
<li> <b><a href="dataplot.bike.matplotlib-module.html"><code>matplotlib</code></a></b>
<li> <b><a href="dataplot.bike.models-module.html"><code>models</code></a></b>: <i>Record of bike trips for data analysis.</i>
<li> <b><a href="dataplot.bike.R-module.html"><code>R</code></a></b>
<li> <b><a href="dataplot.bike.urls-module.html"><code>urls</code></a></b>
<li> <b><a href="dataplot.bike.views-module.html"><code>views</code></a></b>
</ul>
<li> <b><a href="dataplot.matplotlib-module.html"><code>matplotlib</code></a></b>
<li> <b><a href="dataplot.plotmodels-module.html"><code>plotmodels</code></a></b>: <i>Auto-define and -update mechanism for django-dataplot images.</i>
<li> <b><a href="dataplot.python-module.html"><code>python</code></a></b>
<li> <b><a href="dataplot.R-module.html"><code>R</code></a></b>: <i>Plots using R base graphics code and the rpy backend.</i>
<li> <b><a href="dataplot.shellscript-module.html"><code>shellscript</code></a></b>: <i>Shell script plots make images via command line programs.</i>
<li> <b><a href="dataplot.soccer-module.html"><code>soccer</code></a></b>
<ul>
<li> <b><a href="dataplot.soccer.models-module.html"><code>models</code></a></b>
<li> <b><a href="dataplot.soccer.urls-module.html"><code>urls</code></a></b>
<li> <b><a href="dataplot.soccer.views-module.html"><code>views</code></a></b>
</ul>
</ul>
</ul>
<!-- =========== START OF CLASS HIERARCHY =========== -->
<h2>Class Hierarchy</h2>
<ul>
<li> <b><a href="__builtin__.object-class.html"><code>__builtin__.object</code></a></b>: <i>
The most base type</i>
<ul>
<li> <b><a href="__builtin__.dict-class.html"><code>__builtin__.dict</code></a></b>: <i>
dict() -&gt; new empty dictionary.</i>
<ul>
<li> <b><a href="dataplot.plotmodels.Dataplot-class.html"><code>dataplot.plotmodels.Dataplot</code></a></b>: <i>
Parsing logic for dataplot autoconfig tuples.</i>
</ul>
<li> <b><a href="dataplot.GenericPlot-class.html"><code>dataplot.GenericPlot</code></a></b>: <i>
Singular representation of a plot for the web.</i>
<ul>
<li> <b><a href="dataplot.R.Plot-class.html"><code>dataplot.R.Plot</code></a></b>: <i>
R plot for the web.</i>
<ul>
<li> <b><a href="dataplot.R.barplot-class.html"><code>dataplot.R.barplot</code></a></b>: <i>
Standard boring barplot.</i>
<li> <b><a href="dataplot.R.Histogram-class.html"><code>dataplot.R.Histogram</code></a></b>: <i>
generic histogram for showing a univariate distribution.</i>
<li> <b><a href="dataplot.R.multi_time_series-class.html"><code>dataplot.R.multi_time_series</code></a></b>: <i>
Multiple time series superimposed for comparison.</i>
<li> <b><a href="dataplot.R.NormalQQPlot-class.html"><code>dataplot.R.NormalQQPlot</code></a></b>: <i>
Use to see if univariate data are approximately normal.</i>
<li> <b><a href="dataplot.R.Scatter-class.html"><code>dataplot.R.Scatter</code></a></b>: <i>
Simple x-y scatterplot.</i>
<ul>
<li> <b><a href="dataplot.R.SquareScatter-class.html"><code>dataplot.R.SquareScatter</code></a></b>
<ul>
<li> <b><a href="dataplot.R.CorrScatter-class.html"><code>dataplot.R.CorrScatter</code></a></b>: <i>
Scatterplot used to judge correlation between 2 variables.</i>
</ul>
</ul>
<li> <b><a href="dataplot.bike.R.ThereAndBackPlot-class.html"><code>dataplot.bike.R.ThereAndBackPlot</code></a></b>
<li> <b><a href="dataplot.R.TimeSeries-class.html"><code>dataplot.R.TimeSeries</code></a></b>: <i>
Simple cumulative time series.</i>
</ul>
<li> <b><a href="dataplot.matplotlib.Plot-class.html"><code>dataplot.matplotlib.Plot</code></a></b>: <i>
Matplotlib plot.</i>
<ul>
<li> <b><a href="dataplot.matplotlib.Scatter-class.html"><code>dataplot.matplotlib.Scatter</code></a></b>: <i>
Simple matplotlib scatterplot.</i>
</ul>
<li> <b><a href="dataplot.python.Plot-class.html"><code>dataplot.python.Plot</code></a></b>: <i>
Make a plot using some python function.</i>
<li> <b><a href="dataplot.shellscript.Plot-class.html"><code>dataplot.shellscript.Plot</code></a></b>: <i>
Make plots through the filesystem and command line programs.</i>
</ul>
<li> <b><a href="django.oldforms.Manipulator-class.html"><code>django.oldforms.Manipulator</code></a></b>
<ul>
<li> <b><a href="../private/django.db.models.manipulators.AutomaticManipulator-class.html"><code>django.db.models.manipulators.AutomaticManipulator</code></a></b>
<ul>
<li> <b><a href="../private/django.db.models.manipulators.AutomaticAddManipulator-class.html"><code>django.db.models.manipulators.AutomaticAddManipulator</code></a></b>
<ul>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.AddManipulator-class.html"><code>django.db.models.manipulators.AddManipulator</code></a></b>
</ul>
<li> <b><a href="../private/django.db.models.manipulators.AutomaticChangeManipulator-class.html"><code>django.db.models.manipulators.AutomaticChangeManipulator</code></a></b>
<ul>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
<li> <b><a href="../private/django.db.models.manipulators.ChangeManipulator-class.html"><code>django.db.models.manipulators.ChangeManipulator</code></a></b>
</ul>
</ul>
</ul>
<li> <b><a href="__builtin__.type-class.html"><code>__builtin__.type</code></a></b>: <i>
type(object) -&gt; the object's type type(name, bases, dict) -&gt; a
new type</i>
<ul>
<li> <b><a href="../private/django.db.models.base.ModelBase-class.html"><code>django.db.models.base.ModelBase</code></a></b>: <i>
Metaclass for all models</i>
<ul>
<li> <b><a href="dataplot.plotmodels.ModelBase-class.html"><code>dataplot.plotmodels.ModelBase</code></a></b>: <i>
Extend ModelBase to initialize dataplots.</i>
</ul>
</ul>
<li> <b><a href="../private/django.db.models.manager.Manager-class.html"><code>django.db.models.manager.Manager</code></a></b>
<ul>
<li> <b><a href="dataplot.soccer.models.GameManager-class.html"><code>dataplot.soccer.models.GameManager</code></a></b>
<li> <b><a href="dataplot.soccer.models.PlayerManager-class.html"><code>dataplot.soccer.models.PlayerManager</code></a></b>: <i>
Adds plotting methods.</i>
<li> <b><a href="dataplot.bike.models.RideManager-class.html"><code>dataplot.bike.models.RideManager</code></a></b>: <i>
Used for making global ride plots and importing data.</i>
</ul>
<li> <b><a href="../private/django.db.models.base.Model-class.html"><code>django.db.models.base.Model</code></a></b>
<ul>
<li> <b><a href="dataplot.plotmodels.Model-class.html"><code>dataplot.plotmodels.Model</code></a></b>: <i>
Enables figure autosave with Django-dataplot.</i>
<ul>
<li> <b><a href="dataplot.bike.models.Bike-class.html"><code>dataplot.bike.models.Bike</code></a></b>: <i>
Parameters of bike -- different bikes may be different speeds.</i>
<li> <b><a href="dataplot.soccer.models.Game-class.html"><code>dataplot.soccer.models.Game</code></a></b>: <i>
Game(id, date, hi_score, lo_score, differential)</i>
<li> <b><a href="dataplot.bike.models.Location-class.html"><code>dataplot.bike.models.Location</code></a></b>: <i>
Origin or destination of a bike ride.</i>
<li> <b><a href="dataplot.soccer.models.Player-class.html"><code>dataplot.soccer.models.Player</code></a></b>: <i>
Player(id, name, goals_per_game, team_goals_per_game,
goals_allowed_per_game, differential, games, wins, win_percent)</i>
<li> <b><a href="dataplot.bike.models.Ride-class.html"><code>dataplot.bike.models.Ride</code></a></b>: <i>
Ride and associated statistics.</i>
<li> <b><a href="dataplot.soccer.models.Score-class.html"><code>dataplot.soccer.models.Score</code></a></b>: <i>
Score(id, player_id, team_id, goals, own_goals)</i>
<li> <b><a href="dataplot.soccer.models.Team-class.html"><code>dataplot.soccer.models.Team</code></a></b>: <i>
Team(id, name, game_id, goals, own_goals, points, won, tied,
players)</i>
</ul>
</ul>
</ul>
<li> <b><a href="exceptions.Exception-class.html"><code>exceptions.Exception</code></a></b>: <i>
Common base class for all exceptions.</i>
<ul>
<li> <b><a href="django.core.exceptions.MultipleObjectsReturned-class.html"><code>django.core.exceptions.MultipleObjectsReturned</code></a></b>: <i>
The query returned multiple objects when only one was expected.</i>
<ul>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
<li> <b><a href="../private/django.db.models.base.MultipleObjectsReturned-class.html"><code>django.db.models.base.MultipleObjectsReturned</code></a></b>
</ul>
<li> <b><a href="django.core.exceptions.ObjectDoesNotExist-class.html"><code>django.core.exceptions.ObjectDoesNotExist</code></a></b>: <i>
The requested object does not exist</i>
<ul>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
<li> <b><a href="../private/django.db.models.base.DoesNotExist-class.html"><code>django.db.models.base.DoesNotExist</code></a></b>
</ul>
<li> <b><a href="dataplot.PlotError-class.html"><code>dataplot.PlotError</code></a></b>
<ul>
<li> <b><a href="dataplot.plotmodels.DataplotImproperlyConfigured-class.html"><code>dataplot.plotmodels.DataplotImproperlyConfigured</code></a></b>
</ul>
<li> <b><a href="rpy.RException-class.html"><code>rpy.RException</code></a></b>
<ul>
<li> <b><a href="dataplot.R.RFunctionDoesNotExist-class.html"><code>dataplot.R.RFunctionDoesNotExist</code></a></b>
</ul>
</ul>
</ul>
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="dataplot-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc 2.1 on Tue Apr 29 23:35:17 2008</font></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a></td>
</tr>
</table>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.