esda.plot_moran_facet¶
- esda.plot_moran_facet(moran_matrix, figsize=(16, 12), scatter_bv_kwds=None, fitline_bv_kwds=None, scatter_glob_kwds={'color': '#737373'}, fitline_glob_kwds=None)[source]¶
Moran Facet visualization.
A matrix containing bivariate Moran plots between all pairs of variables present in the
moran_matrixdictionary. On the diagonal contains global Moran plot.- Parameters:
off-diagonal Moran_BV plots.
Default =None.
off-diagonal Moran_BV plots.
Default =None.
diagonal Moran plots.
Default =None.
diagonal Moran plots.
Default =None.
- ax
matplotlibAxesinstance Axes in which the figure is plotted