dataplot::matplotlib::__init__::Plot Class Reference

Inheritance diagram for dataplot::matplotlib::__init__::Plot:

dataplot::matplotlib::__init__::Scatter List of all members.

Public Member Functions

def makefile

Static Public Attributes

dictionary convert_to
string convert_from = 'ps'

Detailed Description

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.

Definition at line 4 of file __init__.py.


Member Function Documentation

def dataplot::matplotlib::__init__::Plot::makefile   self  ) 
 

Definition at line 13 of file __init__.py.


Member Data Documentation

string dataplot::matplotlib::__init__::Plot::convert_from = 'ps' [static]
 

Definition at line 11 of file __init__.py.

dictionary dataplot::matplotlib::__init__::Plot::convert_to [static]
 

Initial value:

{
        'png':{'suffix':'.png'},
        'thumb':{'suffix':'-thumb.png','convert_args':'-resize 65x90'},
        'ps':{'suffix':'.ps'},
        }

Definition at line 6 of file __init__.py.


The documentation for this class was generated from the following file:
Generated on Tue Apr 22 23:16:23 2008 for django-dataplot by  doxygen 1.4.6