Inheritance diagram for dataplot::R::__init__::CorrScatter:

Static Public Attributes | |
| dictionary | default_kwargs |
Scatterplot used to judge correlation between 2 variables. Same as Scatter but with one.to.one=T and lty.x.y=2.
Definition at line 206 of file __init__.py.
|
|
Initial value: {
'one.to.one':True,
'lty.x.y':2,
}
Definition at line 208 of file __init__.py. |
1.4.6