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

Public Member Functions | |
| def | makefile |
Static Public Attributes | |
| dictionary | convert_to |
| string | convert_from = 'ps' |
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.
|
|
Definition at line 13 of file __init__.py. |
|
|
Definition at line 11 of file __init__.py. |
|
|
Initial value: {
'png':{'suffix':'.png'},
'thumb':{'suffix':'-thumb.png','convert_args':'-resize 65x90'},
'ps':{'suffix':'.ps'},
}
Definition at line 6 of file __init__.py. |
1.4.6