Inheritance diagram for dataplot::R::__init__::Scatter:
Static Public Attributes | |
string | r_fun_name = 'generic.scatter.plot' |
dictionary | default_args_map |
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.
|
Initial value: { 'xlab':'x', 'ylab':'y', } Definition at line 184 of file __init__.py. |
|
Definition at line 183 of file __init__.py. |