3.6.9. statsmodels.graphics.plot_grids¶
create scatterplot with confidence ellipsis
Author: Josef Perktold License: BSD-3
- TODO: update script to use sharex, sharey, and visible=False
- see http://www.scipy.org/Cookbook/Matplotlib/Multiple_Subplots_with_One_Axis_Label for sharex I need to have the ax of the last_row when editing the earlier rows. Or you axes_grid1, imagegrid http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/overview.html
3.6.9.1. Functions¶
scatter_ellipse (data[, level, varnames, ...]) |
Create a grid of scatter plots with confidence ellipses. |