Inheritance diagram for dataplot::R::__init__::Plot:
Public Member Functions | |
def | get_data_file |
def | get_test_file |
def | get_r_fun |
def | __init__ |
def | check_files_for_function |
def | source_for_function |
def | save_data |
def | set_r_args |
def | makefile |
Public Attributes | |
r_args | |
Static Public Attributes | |
dictionary | convert_to |
string | convert_from = 'pdf' |
int | w = 9 |
float | h = 6.5 |
string | view_program = 'xpdf' |
R plot for the web. Uses the rpy package and base R graphics. The idea is separation of R and python code, so each subclass needs to map to an R function (r_fun_name) in a .R code file (r_code_filename) that can be sourced and used for plotting by rpy.
Definition at line 27 of file __init__.py.
|
Infer default values at init. Definition at line 59 of file __init__.py. |
|
Go through files looking for the plot function. Definition at line 69 of file __init__.py. |
|
Definition at line 40 of file __init__.py. |
|
Try to get the R function from the r environment. Returns true if it worked. Definition at line 46 of file __init__.py. |
|
Definition at line 43 of file __init__.py. |
|
Start a PDF device and execute R plotting code. Also executes the conversion to other formats. Definition at line 137 of file __init__.py. |
|
Save result of call to get_plot_args in Rdata. Definition at line 106 of file __init__.py. |
|
Definition at line 133 of file __init__.py. |
|
Source R code files looking for fun_name. Raise error if fun_name is never found. Definition at line 90 of file __init__.py. |
|
Definition at line 35 of file __init__.py. |
|
Initial value: { 'png':{'suffix':'.png'}, 'thumb':{'suffix':'-thumb.png','convert_args':'-resize 65x90'}, 'pdf':{'suffix':'.pdf'}, } Definition at line 30 of file __init__.py. |
|
Definition at line 37 of file __init__.py. |
|
Definition at line 134 of file __init__.py. |
|
Definition at line 38 of file __init__.py. |
|
Reimplemented in dataplot::R::__init__::SquareScatter. Definition at line 36 of file __init__.py. |