Home | Trees | Index | Help |
---|
Package dataplot :: Package matplotlib :: Class Plot |
|
object
--+ |GenericPlot
--+ | Plot
Scatter
Matplotlib plot.
The idea here is that each plot type is a subclass of Plot that defines a plot() method, which will be called with the kwargs given by the supplied callable data_fun.Method Summary | |
---|---|
makefile(self)
| |
Inherited from GenericPlot | |
Make a new plot to display. | |
| |
Convert from PDF to other formats using ImageMagick. | |
Change group write perms if requested. | |
| |
| |
| |
Dig through settings.INSTALLED_APPS for full paths. | |
Return dictionary of image filenames. | |
| |
Gather input data from defaults and return value of tocall. | |
Return dictionary of image URLs. | |
Make subdirectories of media/ for this plot. | |
Make initial file and conversions. | |
Generalized form of url/filename reporting. | |
Render a HTML template with self as context 'plot'. | |
Render the PNG image and link to the PDF. | |
Render the PNG without link to PDF. | |
Render the PNG thumb. | |
Use some other program to look at rendered source image. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
str |
convert_from = 'ps'
|
dict |
convert_to = {'ps': {'suffix': '.ps'}, 'thumb': {'conver...
|
Inherited from GenericPlot | |
bool |
autosave = False
|
NoneType |
chgrp = None |
str |
convert_binary = 'convert'
|
bool |
enable_caching = False
|
str |
view_program = 'display'
|
Class Variable Details |
---|
convert_from
|
convert_to
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 29 23:35:16 2008 | http://epydoc.sf.net |