SG++-Doxygen-Documentation
python.uq.plot.scatterplot Namespace Reference

Functions

def scatterplot_matrix (data, names, kwargs)
 

Function Documentation

◆ scatterplot_matrix()

def python.uq.plot.scatterplot.scatterplot_matrix (   data,
  names,
  kwargs 
)
Plots a scatterplot matrix of subplots.  Each row of "data" is plotted
against other rows, resulting in a nrows by nrows grid of subplots with the
diagonal subplots labeled with "names".  Additional keyword arguments are
passed on to matplotlib's "plot" command. Returns the matplotlib figure
object containg the subplot grid.