dataplot::R::__init__::Scatter Class Reference

Inheritance diagram for dataplot::R::__init__::Scatter:

dataplot::R::__init__::Plot dataplot::R::__init__::SquareScatter dataplot::R::__init__::CorrScatter List of all members.

Static Public Attributes

string r_fun_name = 'generic.scatter.plot'
dictionary default_args_map

Detailed Description

Simple x-y scatterplot.

Required:
x: list of ints or floats: horizontal values.
y: list of ints or floats: vertical values.

Optional:
ann: list of strings: labels for each data point.
pch: plotting symbol to use; see R>example(points).
fit.lty: lty of least squares fit line, default: 0 => no line.
axis.round: decimal points for rounding axis labels.
lty.x.y: lty of line at x=y, default: 0 => no line.
one.to.one: Force axes to be same?

Definition at line 181 of file __init__.py.


Member Data Documentation

dictionary dataplot::R::__init__::Scatter::default_args_map [static]
 

Initial value:

{
        'xlab':'x',
        'ylab':'y',
        }

Definition at line 184 of file __init__.py.

string dataplot::R::__init__::Scatter::r_fun_name = 'generic.scatter.plot' [static]
 

Definition at line 183 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