Plot observed and imputed values for two variables.
Displays a scatterplot of one variable against another. The points are colored according to whether the values are observed or imputed.
Parameters: | col1_name : string
col2_name : string
lowess_args : dictionary
lowess_min_n : integer
jitter : float or tuple
plot_points : bool
ax : matplotlib axes object
|
---|---|
Returns: | The matplotlib figure on which the plot id drawn. : |